Guys i want to encrypt SQLite db which i am using in my android app. I know there are lots of thread on this topic but none gives detailed(step by step) info on how to do it. For a new person like me who is new to these things, i need brief steps on how to do it. Can anybody please help?? Appreciate your help. Thanks in advance.
Asked
Active
Viewed 1,495 times
1 Answers
1
So finally i have found the way to encrypt my Android SQLite database. Please go through these two links: Integrating SQLCIPHER in Android Studio Project
and
http://lomza.totem-soft.com/tutorial-add-sqlcipher-to-your-android-app/
For a NewBee like me i found it very helpful.
Note:Links are useful Only to encrypt the new SQLite database(Android).