Results 1 to 5 of 5

Thread: Qt application with encrypted database

  1. #1
    Join Date
    Nov 2011
    Location
    India
    Posts
    22
    Thanks
    11
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Qt application with encrypted database

    What's the best way to encrypt Qt application's database ? .
    Pardon my English
    Thank you.

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Qt application with encrypted database

    What "database"? Do you mean an SQL database?

  3. #3
    Join Date
    Nov 2011
    Location
    India
    Posts
    22
    Thanks
    11
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Re: Qt application with encrypted database

    I tried sqlite with sqlcipher but failed, I want my app's database to be encrypted in Windows. if other database like mysql can be encrypted and Qt can use it will be very useful.
    Last edited by breakthecode; 6th August 2015 at 04:52.

  4. #4
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: Qt application with encrypted database

    To my knowledge SQLCIPHER is the most popular method of using an SQLITE encrypted database. You should figure out why you were unable to make SQLCIPHER work IMHO.
    I write the best type of code possible, code that I want to write, not code that someone tells me to write!

  5. #5
    Join Date
    Nov 2011
    Location
    India
    Posts
    22
    Thanks
    11
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Re: Qt application with encrypted database

    compiled the Qt plugin using this, I got the compiled and placed in the sqldriver dir of Qt but when compiling a program using this sqlcipher plugin qt don't list this plugin. I post this issue in qtcenter also but I didn't got an answer so I am looking for other option

Similar Threads

  1. Phonon - Custom QIODevice to support encrypted files
    By hunsrus in forum Qt Programming
    Replies: 3
    Last Post: 27th November 2012, 12:40
  2. AES-256 encrypted SQLite databases with SQLCipher
    By Lykurg in forum Installation and Deployment
    Replies: 10
    Last Post: 29th July 2011, 04:22
  3. TcpSocket encrypted() signal
    By eleanor in forum Qt Programming
    Replies: 0
    Last Post: 23rd April 2009, 07:44
  4. Encrypted XML in Qt?
    By viking in forum Qt Programming
    Replies: 4
    Last Post: 12th December 2007, 11:37
  5. sending encrypted data via mail using smtp
    By vermarajeev in forum General Programming
    Replies: 20
    Last Post: 14th August 2007, 20:47

Tags for this Thread

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.