sqlcipher for android

Posted 化身程序猿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sqlcipher for android相关的知识,希望对你有一定的参考价值。

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

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

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

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

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

以上是关于sqlcipher for android的主要内容,如果未能解决你的问题,请参考以下文章

虚拟机编译SqlCipher源码

编译SqlCipher_android源码

ORMLite整合SQLCipher

解决升级sqlcipher新旧数据库不兼容

sqlcipher 构建 Windows 8

为啥我的 pbkdf2 实现这么慢(与 SQLCipher 相比)?