Files
WeChatMsg/app/DataBase/config.txt
shuaikangzhou 06fca04187 Initial commit
2023-01-11 13:04:19 +08:00

7 lines
184 B
Plaintext

PRAGMA key = '10f35f1';
PRAGMA cipher_migrate;
ATTACH DATABASE './app/DataBase/Msg.db' AS Msg KEY '';
SELECT sqlcipher_export('Msg');
DETACH DATABASE Msg;