sqlcipher for android

github 地址 https://github.com/sqlcipher/android-database-sqlcipher

官网教程 https://www.zetetic.net/sqlcipher/sqlcipher-for-android/

sqlcipher for android

社区版本,在android studio的dependencies中添加 compile 后即可使用,下面的为商业版本(应该需要钱的吧)

使用情况1:http://www.cnblogs.com/begin1949/p/4985883.html   可参考4.以下的写法,注意数据库在 dbHelper.getWritableDatabase("secret_key"); 后创建.

使用情况2:官网教程下的例子,推荐使用1;

上一篇:Putting Boxes Together CodeForces - 1030F (带权中位数)


下一篇:结合个人经历总结的前端入门方法 (转自https://github.com/qiu-deqing/FE-learning)