mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-26 03:15:53 +03:00
[GH-ISSUE #86] Issue with whacipher during decryption #77
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @notarq on GitHub (Jan 25, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/86
OS: Linux
Python: 3.8.5
Ran python3 whapa-gui.py and got an error. Fixed with
pip3 install pycryptodomeand replacedfrom Crypto.Cipher import AEStofrom Cryptodome.Cipher import AESin libs/whacipher.pyAfter loading crypt12 db and key in GUI, during decryption I get the following error:
[i] Starting to decrypt...
[e] An error has ocurred decrypting '/media/veracrypt1/msgstore.db.crypt12' - Error -3 while decompressing data: invalid code lengths set
@B16f00t commented on GitHub (Jan 28, 2021):
I don't understand why you modify the code. Use the version with the specified libraries.
You only have to install the requirements: pip3 install -r ./doc/requirements.txt
@notarq commented on GitHub (Jan 30, 2021):
Receiving the same error without any changes in scripts and having installed all required packages
Key is from /data/data/com.whatsapp/files/
@B16f00t commented on GitHub (Feb 7, 2021):
Ok, I'll check it
@B16f00t commented on GitHub (Feb 28, 2021):
Give a try the new version, if you continue to have problems, the key is not valid for that backup.