mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 14:15:55 +03:00
[GH-ISSUE #175] [QUESTION] message_thumbnail has missing rows after decryption #78
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
info needed
invalid
low priority
pull-request
skill issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-crypt-tools#78
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 @3llomi on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/175
I'm wondering why the
message_thumbnailtable has missing rows after decryption?I took a
msgstore.db.crypt15and decrypt it, then I got the rawmsgstore.dbinsidedata/data/com.whatsapp/databases/msgstore.dbusing rootAnd I can see that the raw msgstore.db (inside data) has more rows than the decrypted one.
Could it be like WhatsApp tries to minify the Database size by removing some of the thumbnails?
Or is there something wrong in decryption?
I also tried crypt14 and it's the same
msgstore.db.crypt15 - decrypted

msgstore.db from /data

@3llomi commented on GitHub (May 28, 2025):
CONFIRMED
WhatsApp Indeed removes some of the thumbnails while creating encrypted backup (probably to reduce db file size)
I attached Frida while backing up and intercepted SQLite queries and I can see the delete query
@ElDavoo commented on GitHub (Jan 4, 2026):
Well done. Remember what to do with decrypted files is not in the scope of this project.