如何以编程方式更改Android中SQLCipher数据库的密钥?
答案 0 :(得分:2)
您可以通过执行PRAGMA rekey
命令重新生成数据库。可以找到更多信息here。
答案 1 :(得分:0)
查看此网址
https://guardianproject.info/code/sqlcipher/
Android现在正式端口SQLCipher核心项目!更多信息:http://sqlcipher.net/sqlcipher-for-android/源代码和二进制文件:https://github.com/sqlcipher/android-database-sqlcipher