Results 1 to 5 of 5

Thread: sqlite+qt+encryption

  1. #1
    Join Date
    Aug 2007
    Location
    Wroclaw
    Posts
    20
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default sqlite+qt+encryption

    Hi everyone,
    I'm looking how to encrypt sqlite database in easy way.

    I use QT 4.3.2

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: sqlite+qt+encryption

    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.

  3. The following user says thank you to marcel for this useful post:

    skrzypu (21st December 2007)

  4. #3
    Join Date
    Aug 2007
    Location
    Wroclaw
    Posts
    20
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: sqlite+qt+encryption

    Thanks for help.

  5. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: sqlite+qt+encryption

    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...

  6. #5
    Join Date
    Oct 2009
    Posts
    23
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: sqlite+qt+encryption

    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
    Last edited by kishore7771; 21st October 2009 at 14:28.

Similar Threads

  1. Encryption with Qt
    By safknw in forum Newbie
    Replies: 7
    Last Post: 11th July 2012, 15:06
  2. The Sqlite Error In Run!
    By alphaboy in forum Installation and Deployment
    Replies: 1
    Last Post: 19th November 2007, 14:45
  3. Bulk insert into SQLite
    By munna in forum Qt Programming
    Replies: 6
    Last Post: 19th November 2007, 03:56
  4. SQLite make problems
    By raphaelf in forum Newbie
    Replies: 21
    Last Post: 3rd July 2007, 14:40
  5. SQLITE database problems
    By phoenix in forum Newbie
    Replies: 3
    Last Post: 30th April 2007, 21:38

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.