Using SQLCipher with Android [duplicate]
This question is an exact duplicate of: Encrypt exisiting database in Android 1 answer I have previously asked this question and have not got any appropriate answer. I have an app published in the Play Store which makes heavy use of SQLite database. Now I need to secure the database using SQLCipher. Here are some problems I am facing. 1) How can I seamlessly integrate SQLCipher with my existing unencrypted database, so that my app works as it works normally but now the databases are encrypted? (I would like a short tutorial on this) 2) How should I check if the database is unencrypted and then