Encrypted SQLite

If you keep sensitive data in your Android application SQLite database – you probably want to keep in save and encrypted. Here is SQLCipher for Android to help you with it.

SQLCipher is an open source library that provides transparent, secure 256-bit AES encryption of SQLite database files.

One small problem – your APK size will increase for another… 3Mb:)

//DL

Share
  • HighFlyer

    As I understand, you should store you security key somewhere in the app, so it’s not so hard to get access to encrypted data.