WeChatMsg/app/DataBase/config.txt

7 lines
184 B
Plaintext
Raw Normal View History

2023-01-11 13:04:19 +08:00
PRAGMA key = '10f35f1';
PRAGMA cipher_migrate;
ATTACH DATABASE './app/DataBase/Msg.db' AS Msg KEY '';
SELECT sqlcipher_export('Msg');
DETACH DATABASE Msg;