android-database-sqlcipher, 基于SQLCipher的SQLite API 下载源和二进制文件开发者可以在这里找到最新的二进制软件包,例如 jar 和. so 一个快速示例,可以在这里找到源代码。兼容性面向安卓的SQLCipher运行于安卓 2.1 - Android,用于 armeabi 。armeabi
SQLcipher\sqlcipher.exe
Version 2. 1-SQLCipher Version SQLite Database Browser is an open source, public domain, freeware visual tool used to create, design and edit SQLite database files.
This version uses the SQLCipher library to also support enc
Example:
G:\SQLCipher解密>sqlcipher dbname.db
SQLCipher version 3.7.17 2013-05-20 00:56:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> PRAGMA key = 'dbpassword';
sqlite> ATTACH DATABASE 'newdb.db' AS