mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #155] Request - "stickers.db.crypt14" decryption support #141
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DareDreamer on GitHub (Feb 8, 2022).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/155
Hi,
Is there a possibility to add the option to decrypt the file "stickers.db.crypt14"?
Thanks!
@B16f00t commented on GitHub (May 25, 2022):
Can you try this?
https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter
And if it works, I will add it
@ElDavoo commented on GitHub (May 25, 2022):
They already did.
@B16f00t commented on GitHub (May 25, 2022):
I love your tool for decrypting databases, congratulations, if someday you want to incorporate it to Whapa, it will be well received.
@ElDavoo commented on GitHub (May 25, 2022):
I really wish I had the time to do it!
@Lu5ck commented on GitHub (Sep 20, 2022):
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 on GitHub (Sep 20, 2022):
Great idea, why did I make a decrypter in the first place