mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 02:45:59 +03:00
[GH-ISSUE #103] Feature/documentation request: Allow decrypting using data from whatsapp web/describe format of keyfile #91
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#91
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 @ReallyCoolName on GitHub (May 28, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/103
(my cat walked on the keyboard so this was posted before I wrote anything, hence the edits)
I want to merge chats from 2 different phones, but have trouble extracting the keyfile without rooting. Tried various solutions that do not include root to no avail.
my last resort was attempting to use some functions from the decryption script and feed it data I got via whatsapp web, or try to reverse-engineer the keyfile format from the script, but I couldn't figure it out.
the keys can be found in the browser local storage according to this
(come to think of it, I didn't cross reference the data in the issue about
encKeybeingKeysDecrypted[:32]andmacKeybeingkeysDecrypted[32:64]as far as I can recall, though it's been a while since I tried this approach. Since I can't figure out how to delete the issue, I'll leave it here for now, and look into it in a few hours. worst-case scenario, I just answered my own question, and hopefully it will be of use)