What's the best way to encrypt Qt application's database ? .
What's the best way to encrypt Qt application's database ? .
Pardon my English
Thank you.
What "database"? Do you mean an SQL 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 03:52.
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!
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
Bookmarks