ElDavoo / wa-crypt-tools

Manage WhatsApp .crypt12, .crypt14 and .crypt15 files.
GNU General Public License v3.0
583 stars 78 forks source link

error: argument encrypted: can't open 'msgstore.db.crypt15 #19

Closed Mrakobes666 closed 2 years ago

Mrakobes666 commented 2 years ago

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 2 years ago

Which command line are you using? Read here

Mrakobes666 commented 2 years ago

decrypt14_15.py [-h] [-f] [-nm] [-bs BUFFER_SIZE] [-ng] [-np] [-ivo IV_OFFSET] [-do DATA_OFFSET] [-v] [keyfile] [encrypted] [decrypted]

ElDavoo commented 2 years ago

yeah, that's the command line. You need to give the keyfile, the encrypted file and the decrypted file in order.

Mrakobes666 commented 2 years ago

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 2 years ago

Happy to know that! Please close the issue if there are no problems left