Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QQ NT Windows database decryption passphrase not working #4

Open
lavmaharjan opened this issue Apr 12, 2024 · 0 comments
Open

QQ NT Windows database decryption passphrase not working #4

lavmaharjan opened this issue Apr 12, 2024 · 0 comments

Comments

@lavmaharjan
Copy link

lavmaharjan commented Apr 12, 2024

The error message:
sqlite> .open nt_msg.clean.db
sqlite> pragma key = "################"; pragma kdf_iter = "4000";
ok
sqlite> attach database "nt_msg.db" as plaintext key ""; Select sqlcipher_export("plaintext"); Detach database plaintext;
Parse error: file is not a database (26)
sqlite>

When trying with DB Browser SQLCipher, the settings kept are shown in the image below.
321673466-f1819309-e338-4dfa-afd4-21299e3694b9
This is also not working to open nt_msg.db even after cleaning it by removing 1024 characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant