问题
I have implemented android database with sqlite and using content provider.
But the data in my database is not encrypted.
Is there any best practice to implement secure database for android device?
I mean not just encrypt but also any Technics that can improve security to my apps.
回答1:
If by "secure database" you mean "a database whose data is encrypted via a passphrase that you get from the user", I recommend SQLCipher for Android.
来源:https://stackoverflow.com/questions/20907182/best-practice-to-implement-secure-database-for-android-device