Top "Sqlcipher" questions

SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.

How to build the Qt-SQL-driver-plugin 'QSQLCIPHER' for SQLite-DB with SQLCipher-extension using the Windows/MinGW-platform?

This is not typically a question where to find a step-by-step guide, but rather the guide itself. My intention with …

qt sqlite encryption mingw sqlcipher
How can I use ORMLite with SQLCipher together in Android?

I would like to use OrmLite with SQLCipher in my Android project, but both libraries have their own abstract SQLiteOpenHelper …

android ormlite sqlcipher