mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-05-20 03:16:15 +08:00
Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
PRAGMA key = '10f35f1';
|
||||
PRAGMA cipher_migrate;
|
||||
ATTACH DATABASE 'plaintext.db' AS plaintext KEY '';
|
||||
SELECT sqlcipher_export('plaintext');
|
||||
DETACH DATABASE plaintext;
|
||||
@@ -0,0 +1,3 @@
|
||||
1.将要加密的数据名称改为encrypt.db,并放到当前bin目录下
|
||||
2.编辑adb.txt 文件 PRAGMA key = 'password';这里的password是加密数据的密码
|
||||
3.修改保存完,双击sqlcipher.bat文件
|
||||
@@ -0,0 +1,3 @@
|
||||
sqlcipher-shell32.exe encrypt.db < adb.txt
|
||||
echo 解密完成
|
||||
pause
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
sqlcipher-shell32.exe encrypt.db < adb.txt
|
||||
echo 解密完成
|
||||
pause
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user