mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 22:25:50 +03:00
[GH-ISSUE #73] command not found #35
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#35
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 @xOldeVx on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/73
Originally assigned to: @ElDavoo on GitHub.
I installed wa-crypt-tools with
python -m pip install wa-crypt-toolscommandAfter this when I run
decrypt14_15 ./encrypted_backup.key ./msgstore.db.crypt15 ./msgstore.dbi'm getting errorzsh: command not found: decrypt14_15Using Mac M1
@ElDavoo commented on GitHub (Jul 6, 2023):
It's working on my friend's laptop, but he also has anaconda installed.

@xOldeVx commented on GitHub (Jul 6, 2023):
It's working to me now, the problem was with the pip installation, thanks!
About the key file, there is a way to get this file without root the device?
@ElDavoo commented on GitHub (Jul 6, 2023):
Yep, but they don't always work. I suggest you to search on github for projects that can get the key file.
@nabil-el-houssein commented on GitHub (Sep 23, 2023):
How did you solve this? I followed the instructions and I'm still getting this error. https://i.imgur.com/1QdE8sw.png
@ElDavoo commented on GitHub (Sep 23, 2023):
hi, in the development version the tool is named wadecrypt
@nabil-el-houssein commented on GitHub (Sep 24, 2023):
This is it. Thank you.