Initial commit

This commit is contained in:
shuaikangzhou
2023-01-11 13:04:19 +08:00
commit 06fca04187
71 changed files with 15330 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
PRAGMA key = '10f35f1';
PRAGMA cipher_migrate;
ATTACH DATABASE 'plaintext.db' AS plaintext KEY '';
SELECT sqlcipher_export('plaintext');
DETACH DATABASE plaintext;
+3
View File
@@ -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.
+3
View File
@@ -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