SQLite security
Posted: Thu Jan 22, 2009 1:54 pm
If I am compelled to use SQLite3 rather than MySQL, what can I do to secure the database file's contents?
And, from a performance perspective, would it be better to encrypt the whole file (assuming that's a possibility) then decrypt each time I want to read the contents, or would it be better to encrypt/decrypt on a field by field basis?
Thanks for any help, or for pointers to external references.
And, from a performance perspective, would it be better to encrypt the whole file (assuming that's a possibility) then decrypt each time I want to read the contents, or would it be better to encrypt/decrypt on a field by field basis?
Thanks for any help, or for pointers to external references.