YuvrajRaghuvanshiS / WhatsApp-Key-Database-Extractor

The most advanced and complete solution for extracting WhatsApp key/DB from package directory (/data/data/com.whatsapp) without root access.
MIT License
443 stars 57 forks source link

How is the application decrypting the backups? #102

Closed dmdhrumilmistry closed 1 year ago

dmdhrumilmistry commented 1 year ago

How is this project decrypting the crypt14 and crypt15 files?

YuvrajRaghuvanshiS commented 1 year ago

it does not. It instead pulls the plaintext files from the app data directory.

dmdhrumilmistry commented 1 year ago

So it'll copy all the files from /data/data/com.whatsapp ?

YuvrajRaghuvanshiS commented 1 year ago

yes, using --tar-only flag you'd be able to view all those.

dmdhrumilmistry commented 1 year ago

yes, using --tar-only flag you'd be able to view all those.

thanks for the information