Closed Donylz closed 7 months ago
it says that zlib.compress takes atmost two arguments,
The tests can reproduce it, but I can't.. let me figure it out...
I did not append the last two digitsg my phone number though.
You should
What's the recommended way to reencrypt?
None at the moment
The tests can reproduce it, but I can't.. let me figure it out...
oh, the wbits parameter is only available in py3.11+
fixed by 702219e
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