Mobile database encryption
Posted: Mon Dec 16, 2013 10:16 pm
I am new to LiveCode and mobile development in general... This may be common or it may not be possible or suggested in LiveCode. If LiveCode is not a good choice for my current project based on this need then hopefully someone can let me know so I don't spend a lot of time spinning my wheels.
Anyway I have a table consisting of 3 fields and 5 million records. 1 need to encrypt 1 of the fields for every record. Here is an example record:
SERIES_ID|CODE|CUTS
---------------------------
1|S123A|1342443513 (<-- this 3rd column needs to be encrypted)
The way my app needs to work is like this:
1. User selects a category from a picklist or ALL (this will be used to filter the query)
2. User enters a code to search for. Example S123A.
3. Application searches 5 million record table and returns all the SERIES_ID values containing that code and the corresponding decrypted cut value.
Is this possible using LiveCode and the 3rd party tools available? If so, which database and tool is recommended?
Thanks in advance for the input. And if I'm in the wrong forum I apologize. Please direct me to the correct one.
Ted
Anyway I have a table consisting of 3 fields and 5 million records. 1 need to encrypt 1 of the fields for every record. Here is an example record:
SERIES_ID|CODE|CUTS
---------------------------
1|S123A|1342443513 (<-- this 3rd column needs to be encrypted)
The way my app needs to work is like this:
1. User selects a category from a picklist or ALL (this will be used to filter the query)
2. User enters a code to search for. Example S123A.
3. Application searches 5 million record table and returns all the SERIES_ID values containing that code and the corresponding decrypted cut value.
Is this possible using LiveCode and the 3rd party tools available? If so, which database and tool is recommended?
Thanks in advance for the input. And if I'm in the wrong forum I apologize. Please direct me to the correct one.
Ted