您如何以编程方式更改 Android 中 SQLCipher 数据库的密钥?
问问题
1324 次
2 回答
2
您可以通过执行PRAGMA rekey
命令来重新设置数据库的密钥。更多信息可以在这里找到。
于 2012-08-28T21:13:15.303 回答
1
看看这个网址
https://guardianproject.info/code/sqlcipher/
Android 现在正式移植 SQLCipher 核心项目!更多信息:http ://sqlcipher.net/sqlcipher-for-android/
源代码和二进制文件:https ://github.com/sqlcipher/android-database-sqlcipher
于 2012-08-28T14:00:59.503 回答