Skip to content

sh4dowb/whatsapp-media-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

whatsapp-media-decrypt

Decrypt WhatsApp .enc media files with Python

Usage:

With Base64 key

$ python3 decrypt.py -b "iT8tVH4pip+GYbL58iAk01x3Ih7Ks7l7+gfS90SfQzQ=" file.enc
Decrypted (hopefully)

or with Hex key

$ python3 decrypt.py -j "893f2d547e298a9f8661b2f9f22024d35c77221ecab3b97bfa07d2f7449f4334" file.enc
Decrypted (hopefully)
$ file file.bin
file.bin: PNG image data, 540 x 720, 8-bit/color RGB, non-interlaced

About

Decrypt WhatsApp .enc media files with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages