Android database encryption

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

Earlier sqlcipher which is Open Source Full Database Encryption for SQLite was not available for android. But now it’s available as alpha release for android platform.
Developers have updated the standard android application ‘Notepadbot’ to use SQLCipher.

So this is definitely the best and simplest option as of now.

Leave a Comment