mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-14 22:01:54 +08:00
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
PRAGMA key = '10f35f1';
|
|
PRAGMA cipher_migrate;
|
|
ATTACH DATABASE 'plaintext.db' AS plaintext KEY '';
|
|
SELECT sqlcipher_export('plaintext');
|
|
DETACH DATABASE plaintext; |