简体   繁体   中英

Best practice to implement secure database for android device

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.

如果用“安全数据库”来表示“通过用户密码来加密数据的数据库”,则建议使用Android的SQLCipher

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM