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
How to store the key used in SQLCipher for android

I am using SQLCipher for Android. I have done all the necessary things that are needed for loading the libs …

android sqlite sqlcipher
How to encrypt the database when using Room?

We'd like to use Room in the application we are developing, but we need to encrypt the database. I know …

android sql sqlcipher android-room