[Qt-interest] Data encryption

Jeremy Lainé jeremy.laine at bolloretelecom.eu
Tue Jun 8 07:05:19 CEST 2010


On 07/06/10 21:10, Neville Dastur wrote:
> On 07/06/2010 17:56, Jason H wrote:
>> There is a commercial version of SQLite for $2000 - that will give you
>> full database encryption. I don't think it is supported in Qt's
>> driver, but it should be a simple patch, as if memory serves, it is
>> just arguments to the sqlite API open() call.

There also seems to be a open source (BSD license) project to do the same thing:

http://www.zetetic.net/code/sqlcipher/

 From what I've read, you can then set the encryption key using an additional PRAGMA SQL 
command.

Jeremy



More information about the Qt-interest-old mailing list