-
Notifications
You must be signed in to change notification settings - Fork 263
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
Update the new crypt 14 offset! #147
Comments
The encryption of crypt14 is not correct, I have it done in python in case you are interested. |
Yes, Sure. Please let us know how you did |
In def encrypt14 in def decryp14 |
in the current decrypt14 function :
header detached in the 191-byte positon |
If the scripts works, you can propose to make a pull request to fix the issue |
Changes must be made in whacipher.py file |
The file I am trying to decrypt was created and encrypted by WhatsApp itself and taken from the database folder: |
I have posted a version to encrypt and decrypt crypt14, it is a compilation of several versions that I found to encrypt and decrypt crypt14. In May 2021 the offset of the file was changed. |
I replaced a piece of code in the file "whacipher.py" but still Error -3 while decompressing data: incorrect header check |
The issue remains, please reopen. |
I think in the new version of whatsapp[my version: 2.21.23.23], encoding of key and database files has been changed.
As a result, the
offset
position has also changed.I use latest version of repository for decrypt
.crypt14
file (several times) and every time I got an error . I'm sure the files are correctError ;
The text was updated successfully, but these errors were encountered: