I created a database SQLitein android.
Here I decided to use encryption. I know about sqlite, but I do not know how to implement the sqlite encryption method, the data that is stored in the database must be encrypted and it must be decrypted when data is extracted.
source
share