1
0
mirror of https://github.com/LC044/WeChatMsg synced 2025-04-09 23:08:01 +08:00
WeChatMsg/app/DataBase/config.txt
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;