PDA

View Full Version : sqlite+qt+encryption



skrzypu
18th December 2007, 20:35
Hi everyone,
I'm looking how to encrypt sqlite database in easy way.

I use QT 4.3.2

marcel
18th December 2007, 20:46
I see there are a few 3rd party sqlite encryption libs, but most of them commercial. The most promising is this one http://home.wanadoo.nl/iherweij/ (see the sql_demo.zip archive). You can find encryption support in sqlwrapperh/cpp using AES. You could port this to your Qt application.

skrzypu
21st December 2007, 17:08
Thanks for help.

Lykurg
22nd December 2007, 10:34
Hi, if you have port the encryption support to your Qt application, it would be really nice if you could write an wiki-article about the steps, which needed to do so. I guess there are a lot of people that want have encryption support in SQLite whith a Qt application. At least I want...

kishore7771
21st October 2009, 15:22
Hi,

I have download the code http://home.wanadoo.nl/iherweij/from this site.
Which version of sqlite need to use for encryption?
How to create tables ?
becuase sqlite3_exec() is required to create database, but this function is not there in wrapper.

Please help me how to create tables using this wrapper?


thanks