Question on "WAINFO" and "WACREATEKEY" #124
Marvolo1590
started this conversation in
General
Replies: 1 comment
-
well, your following statements say the actual truth, the project is still a little bit raw. :) Most notably, with encryption the combinations of possible things exploded and it's very difficult to test everything.
They still don't support crypt14, but you can use the universal option |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been able to decrypt both crypt15 and crypt14 files using either the 64 digit key (for crypt15) or the key file (for crypt14). So far so good - a very well-produced and sophisticated tool! Thanks a lot.
Now I'd like to get information about the encrypted backups, but "WAINFO" only seems to work for crypt15 files?
If I place a crypt14 file into the wa-crypt folder, the script tells me:
[W] This script is in beta stage
[E] Error: [Errno 2] No such file or directory: 'msgstore.db.crypt15'
And a second question:
I managed to decrypt my crypt15 files by entering the 64 digit key in lieu of the encrypted.key. However, I don't want to enter 64 digits every time, so I was trying to use WACREATEKEY to produce my own "encrypted.key" file (based on the 64 digit key) as I can't extract the original one because my phone is not rooted.
However, I'm not sure what the code for that is which I have to enter in CMD.
Maybe you could provide an example code for all of the commands, just like you did with WADECRYPT in the Quick Start section. That was quite helpful and I could just copy the code and replace the relevant places with my own information.
I have no idea what to enter for WACREATEKEY or WAINFO (for crypt14).
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions