mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 14:15:55 +03:00
[GH-ISSUE #19] error: argument encrypted: can't open 'msgstore.db.crypt15 #17
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#17
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 @Mrakobes666 on GitHub (Mar 29, 2022).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/19
Originally assigned to: @ElDavoo on GitHub.
error: argument encrypted: can't open 'msgstore.db.crypt15': [Errno 2] No such file or directory: 'msgstore.db.crypt15'
the fact is that I am not trying version 15 - I put 14, but the script does not see it
@ElDavoo commented on GitHub (Mar 29, 2022):
Which command line are you using? Read here
@Mrakobes666 commented on GitHub (Mar 30, 2022):
decrypt14_15.py [-h] [-f] [-nm] [-bs BUFFER_SIZE] [-ng] [-np] [-ivo IV_OFFSET] [-do DATA_OFFSET] [-v] [keyfile] [encrypted] [decrypted]
@ElDavoo commented on GitHub (Mar 30, 2022):
yeah, that's the command line. You need to give the keyfile, the encrypted file and the decrypted file in order.
@Mrakobes666 commented on GitHub (Mar 30, 2022):
python ./decrypt14_15.py ./key ./msgstore.db.crypt14 ./msgstore.db
[I] Crypt12/14 key loaded
[I] Database header parsed
[I] Done
its work!
@ElDavoo commented on GitHub (Mar 30, 2022):
Happy to know that! Please close the issue if there are no problems left