Hi all,
I need my database to be secure in case of the hard drive being stolen.
I have not seen many databases (even mainstream ones) claiming to support encryption.
- Do you guys know of any databases that support encryption?
- If I'm using a database that doesn't support encryption, is it a bad idea to encrypt data natively (using java encryption libraries, for example)? Would this potentially cause a problem for databases with strongly typed fields?
- What other solutions are available for encrypting my database?
Please let me know.
Thanks in advance, jbu