[Qt-interest] Data encryption

Jason H scorp1us at yahoo.com
Mon Jun 7 18:56:09 CEST 2010


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. 




________________________________
From: M. Bashir Al-Noimi <mbnoimi at gmx.com>
To: qt-interest at trolltech.com
Sent: Mon, June 7, 2010 9:11:50 AM
Subject: Re: [Qt-interest] Data encryption

Hi,

On 07/06/2010 08:38 ص, Konrad Rosenbaum wrote: 
On Sunday 06 June 2010, M. Bashir Al-Noimi wrote:
>
>How I can encrypt/decrypt string objects in Qt?
>>
>>Because SQLite doesn't protect its data by authentication password I want
>>to encrypt/decrypt stored data in SQLite database, what's your opinion
>>about this issue?
>>
>I had a quick look at the QSqlDatabase API and it does have a setPassword 
>call - have you tried to use it?
>
It'll not works because SQLite itself doesn't support username/password
authentication. 

-- 
Best Regards
Muhammad Bashir Al-Noimi
My Blog: http://mbnoimi.net



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100607/d70a6cb9/attachment.html 


More information about the Qt-interest-old mailing list