mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 14:15:55 +03:00
[GH-ISSUE #174] Confusion/Questions about encryption key #74
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#74
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 @GamerBene19 on GitHub (May 25, 2025).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/174
I want to decrypt my
.crypt14file(s) with the goal being to ready my messages in plaintext without a need for WhatsApp.As far as I understand it, the
.crypt14files are encrypted with the key stored at/data/data/com.whatsapp/files/keywhich is only accessible on rooted phones. As I am not able to root my phone, I am looking for another way to decrypt my database(s).If I understand correctly, an alternative to the
.../keyfile is to use the 64-letter key that can be set/viewed when enabling E2E encrypted backups.I am a little confused about that process as the README states both
and
which reads like I can and should use the 64-letter key directly and do not need to use
wacreatekey.Also I'm wondering whether the .crypt14 files on my phone do get (re)encrypted with the 64-letter key if I enable E2E encrypted backups, or if that key only affects the backup files stored in Google Drive.
If the latter is the case (the key only affecting the Google Drive backup) then the 64-letter key would be useless for the
.crypt14files stored locally on my phone and I'd have to find a way to download the files from Google Drive, correct?Would be nice if someone could clarify the process and answer my questions.
Thanks in advance for any help!