On Mar 11, 2006, at 8:26 AM, Michael Williams wrote:
Ian,
I appreciate the code. Basically, this is the long and short of what
I want to do. I plan to use an RBDB to store preferences,
registration information, etc, but I want the DB encrypted at all
times unless in use. So I need a mechanism by which to
Encrypt/Decrypt the DB file and read/write to the file on the fly,
etc. Any leads, or suggestions?
Regards,
Michael
sign on to this
http://realsoftware.com/feedback/viewreport.php?reportid=othuhcwy
as this would permit totally encrypted databases even when they are in
use
Other than that there is nothing you can really do
If you decrypt the entire db when you app starts and your app quits the
db is left unencrypted
if you just encrypt the data going into the db then you cannot search
it effectively (ie/ like clauses would be useless)
_______________________________________________
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>