mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 22:25:50 +03:00
[GH-ISSUE #115] Zlib.compress takes atmost 2 arguments(3 used) #52
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
info needed
invalid
low priority
pull-request
skill issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-crypt-tools#52
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 @Donylz on GitHub (Mar 26, 2024).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/115
Originally assigned to: @ElDavoo on GitHub.
I'm was trying to reencrypt the decrypted db using a reference crypt14. The reference file is the same which i decrypted. While on the compress step, it says that zlib.compress takes atmost two arguments, on line 81. I checked and found there were 3args. Deleting the 3rd arg successfully created the crypt14 file but it doesn't get recognized by WhatsApp while trying to restore. I did not append the last two digitsg my phone number though. Is it just a different zlib that I'm using? What's the recommended way to reencrypt? I also tried to paste unencrypted file in the databases folder but Whatsapp doesn't recognize it and says no backup found.
Thanks
@ElDavoo commented on GitHub (Apr 1, 2024):
The tests can reproduce it, but I can't.. let me figure it out...
You should
None at the moment
@ElDavoo commented on GitHub (Apr 1, 2024):
oh, the wbits parameter is only available in py3.11+
@ElDavoo commented on GitHub (Apr 1, 2024):
fixed by
702219e