B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.11k stars 260 forks source link

Request - "stickers.db.crypt14" decryption support #155

Open DareDreamer opened 2 years ago

DareDreamer commented 2 years ago

Hi, Is there a possibility to add the option to decrypt the file "stickers.db.crypt14"? Thanks!

B16f00t commented 2 years ago

Can you try this? https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter And if it works, I will add it

ElDavoo commented 2 years ago

Can you try this?

They already did.

B16f00t commented 2 years ago

I love your tool for decrypting databases, congratulations, if someday you want to incorporate it to Whapa, it will be well received.

ElDavoo commented 2 years ago

I really wish I had the time to do it!

Lu5ck commented 2 years ago

While it is nice to have but you can easily obtain the decrypted sticker.db from "/data/data/com.whatsapp/databases". Likewise, you can simply replace "sticker.db", "sticker.db-shm" and "sticker.db-wal" in "/data/data/com.whatsapp/databases" to apply your changes.

Do note that it is extremely important to replace these 3 files and not just one main file, as the database in android is always in use. To obtain these 3 files in your PC, you just simply need to open the database and you will see it in the folder.

ElDavoo commented 2 years ago

Great idea, why did I make a decrypter in the first place