-
Notifications
You must be signed in to change notification settings - Fork 308
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
SQLiteManager works, wechat-dump does not #75
Comments
I don't want to still your thread but could you please describe precisely which steps you are doing and on which platform/version. I see strange things too and I'm trying to decrypt my database. Also, regarding your issue, there are some reports of problem of sqlcipher on some Linux Ubuntu system. Are you on Ubuntu? |
One possibility is that wechat upgraded their sqlcipher compat version at some version. We set it to 1 here: Line 142 in 6b50191
maybe worth trying other versions |
I can open the but cannot decrypt the data by decrypt_db_with_password.py, the error is The password is correct decrypt_db_with_password.py param
It's my file that is missing, it's normal to copy it again |
Hi, as the issue is titled, I am running a Samsung S20 on Android 11, and the hardcoded 1234567890ABCDEF + UIN from system_config_prefs.xml generates a key "877f804" however I get the error "file is encrypted or is not a database" when running the decrypt-db.py script. If I use this same key with the SQLiteManager, it works.
The text was updated successfully, but these errors were encountered: