Best practice to implement secure database for android device

谁都会走 提交于 2021-02-08 10:50:40

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!