wa-crypt-tools icon indicating copy to clipboard operation
wa-crypt-tools copied to clipboard

crypt13 decryption support

Open ElDavoo opened this issue 3 years ago • 4 comments

Why not?

In case of crypt13 I don't know if the program already works, tests are required. In case of crypt12, the protobuf message needs to be decoded.

ElDavoo avatar Feb 24 '22 22:02 ElDavoo

Hi, I need to decrypt my crypt12 backup file. I tried using whatsapp viewer. It says "Decryption failed. Error during unzipping (inflate)". I have root access to the phone but it seems the key is wrong. Can you help me?

Sabbir6967 avatar Sep 01 '22 05:09 Sabbir6967

Hi, as stated in the homepage, crypt12 works but is not supported, meaning if it doesn't work I'm not going to help you. As written in the readme, try using this cmdlins: python ./decrypt14_15.py ./key ./msgstore.db.crypt12 ./msgstore.db -np -ivo 51 -do 67

ElDavoo avatar Sep 01 '22 05:09 ElDavoo

Crypt12 support implemented in 0ff580e . It's still needed to test with non-msgstore crypt12 backups (as I don't have those) and crypt13 (that are very rare).

ElDavoo avatar Jan 16 '23 22:01 ElDavoo

Some tests files (key + encrypted files) are needed, otherwise I can't work out the format.
Did it even exist at all?

ElDavoo avatar Aug 25 '23 15:08 ElDavoo