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;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-10-17
  • 2021-06-05
猜你喜欢
  • 2019-08-15
  • 2021-12-31
  • 2021-12-15
  • 2021-07-08
  • 2021-10-31
  • 2022-12-23
  • 2022-01-13
相关资源
相似解决方案