[Qt-interest] How to encrypt/decrypt my sqlite database whichcreated by Qt SQL module?

Jason H scorp1us at yahoo.com
Thu Jan 20 04:49:54 CET 2011


IANAL, but all the code LGPL is already published.
The rest of the licensing is less restrictive (MIT/BSD, etc). 

I don't see anything that would be a problem. They key to your security is your 
AES256 key, which isn't in the source so you'll be ok.





----- Original Message ----
From: Wei Song <songwei1984 at gmail.com>
To: Dedy Yasriady <dedy.yasriady at id.panasonic.com>
Cc: qt-interest <qt-interest at trolltech.com>
Sent: Wed, January 19, 2011 10:36:37 PM
Subject: Re: [Qt-interest] How to encrypt/decrypt my sqlite database 
whichcreated by Qt SQL module?

Thanks.
It means that I should modify and compile Qt source code?
Can I use that way in commercia project and NOT NEED to open source?

Thanks.

/**********************************
Learn more, do not know more
Wei Song
**********************************/



2011/1/20 Dedy Yasriady <dedy.yasriady at id.panasonic.com>:
> Hi,
>
> At first, you need sqlite with encryption supported.
> This requirement may accomplished by sqlcipher.
> Following article from qt-center may help you to have that purpose.
> http://www.qtcentre.org/wiki/index.php?title=Building_QSQLITE_driver_wit
> h_AES-256_encryption_support_(Windows/MinGW)
>
> Thanks,
> Dedy Yasriady
>
> -----Original Message-----
> From: qt-interest-bounces+dedy.yasriady=id.panasonic.com at qt.nokia.com
> [mailto:qt-interest-bounces+dedy.yasriady=id.panasonic.com at qt.nokia.com]
> On Behalf Of Wei Song
> Sent: Wednesday, January 19, 2011 7:04 PM
> To: qt-interest
> Subject: [Qt-interest] How to encrypt/decrypt my sqlite database
> whichcreated by Qt SQL module?
>
> Hi,
>
> How to encrypt/decrypt my sqlite database which created by Qt SQL
> module?
>
> Thanks.
>
> /**********************************
> Learn more, do not know more
> Wei Song
> **********************************/
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
_______________________________________________
Qt-interest mailing list
Qt-interest at qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-interest



      



More information about the Qt-interest-old mailing list