Looking very hard for a possibility to encrypt my sqlite database on Android devices, but I wasn't able to find a satisfying solution. I need something like a library to reference, in order to have a encryption/decryption of my database, while using the normal sqlite functions. Or is there any other option like encrypt data before storing in db and decrypt it before using with help of any secret key.
In native android , there is Library SQLCipher port to Android
But I can't find any working example for this stuff. Please help ThankYou