Re: password protect
- Posted by alanjohnoxley Nov 04, 2010
- 1208 views
Hi Derek,
Perhaps encryption of the whole EDS database is not required...
What if only the records themselves are encrypted?
Maybe just replacement code for get/put/replace, then you also save on overhead of decrypting indexes when doing big searches.
But why re-invent the wheel if the whole database needs to be encrypted, just use
something like Truecrypt which turns a encrypted file into a filesystem.
See www.truecrypt.org
Depends on whats needed of course.