mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 22:25:50 +03:00
[GH-ISSUE #79] hex encoded string of Encrypted_backup.key generator util #37
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#37
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 @thomasesr on GitHub (Aug 16, 2023).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/79
Originally assigned to: @ElDavoo on GitHub.
I have a perculiar problem, I have a backup on my Google drive that I am trying to restore, but it needs a 64 character string of characters to decrypt. And I don't have any copies of the string, or screenshots. However I do have my orginal encrypted_backup.key file from a oandbackup of the app (older) that I can use to decrypt my Google drive files. All I need is a util that does the inverse of creating a key file from the screenshot, I need to create the string from a key file. I don't know anything about programming and I looked everywhere how to extract (convert) it from the key file. I tried using the hexdump of the file but they are different lenghts. Can anyone help me?
@thomasesr commented on GitHub (Aug 16, 2023):
Basically I need to do the inverse of this:
"""Convert the key from a hex string to a java byte array"""@ElDavoo commented on GitHub (Aug 20, 2023):
Try to decrypt anything with the verbose option activated and it should print out your key.