No, but if you just use the database to search for preferences, then you would just use it to search for a specific field, the field is not crypted, just the value inside the field, like make the table in the database be like a dictionary, like

rowid int, key varchar, value varchar

And the value would always be crypted, but the key would not. Then you can always search for the key, which would always return 1 record.

Depends on the implementation on the preference.

Trausti
On Mar 11, 2006, at 5:39 PM, Björn Eiríksson wrote:


On 11.3.2006, at 16:36, Trausti Thor Johannsson wrote:

if you do that, then the database is un-crypted while the app is in use, so, just run your app, and then open the database with some kind of viewer.

Much better is to encrypt all info inside the database, each field, read it in, de-crypt it for use, then discard the variable.


Never leave the database de-crypted.

If all the info inside is encrypted then does SELECT work correctly to search for data ?


--
______________________________________________________________________
Björn Eiríksson                        [EMAIL PROTECTED]
Einhugur Software
http://www.einhugur.com/
______________________________________________________________________
Einhugur Software has sold its products in 52 countries world wide.
______________________________________________________________________
For support:                           [EMAIL PROTECTED]
To post on the maillist:               [EMAIL PROTECTED]


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to