1
0
mirror of https://github.com/LC044/WeChatMsg synced 2025-04-12 18:08:09 +08:00
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;