SQLCipher windows解密工具.zip
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 newdb KEY ''; sqlite> SELECT sqlcipher_export('newdb'); sqlite> DETACH DATABASE newdb; sqlite>
用户评论