Re: encrypting data in edb, revisited
- Posted by gbonvehi Oct 08, 2011
- 1343 views
You could encrypt/decrypt strings on write/read provided you don't search by them.
You could for example not encrypt category names, etc to let you do fast search and only crypt critical information. Of course it's an overhead.
Another way is to decrypt the file, use it and encrypt it again when closing the program.
http://rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=crypt
Regards, Guillermo