[GH-ISSUE #113] not recognized as an internal or external command #54

Closed
opened 2026-03-02 03:59:42 +03:00 by kerem · 7 comments
Owner

Originally created by @Ponita0 on GitHub (Feb 23, 2024).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/113

Originally assigned to: @ElDavoo on GitHub.

this is not actually a can't decrypt issue.
My cmd can't even find the script file
i tried .exe to but it's just not there
'decrypt14_15.exe' is not recognized as an internal or external command, operable program or batch file.
tried powershell too
decrypt14_15 : The term 'decrypt14_15.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
I did every step correctly.

Originally created by @Ponita0 on GitHub (Feb 23, 2024). Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/113 Originally assigned to: @ElDavoo on GitHub. this is not actually a can't decrypt issue. My cmd can't even find the script file i tried .exe to but it's just not there `'decrypt14_15.exe' is not recognized as an internal or external command, operable program or batch file.` tried powershell too `decrypt14_15 : The term 'decrypt14_15.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.` I did every step correctly.
kerem closed this issue 2026-03-02 03:59:43 +03:00
Author
Owner

@Ponita0 commented on GitHub (Feb 23, 2024):

image

<!-- gh-comment-id:1961567551 --> @Ponita0 commented on GitHub (Feb 23, 2024): ![image](https://github.com/ElDavoo/wa-crypt-tools/assets/34416796/ac43e7c9-aa92-4476-ab60-4b0c8b628aae)
Author
Owner

@ElDavoo commented on GitHub (Feb 25, 2024):

Hi,
for the time being, please use pip:
python -m pip install wa-crypt-tools

<!-- gh-comment-id:1963034312 --> @ElDavoo commented on GitHub (Feb 25, 2024): Hi, for the time being, please use pip: `python -m pip install wa-crypt-tools`
Author
Owner

@Ponita0 commented on GitHub (Feb 26, 2024):

this was indeed the first step

D:\whatsappDecrypt>python -m pip install wa-crypt-tools
Requirement already satisfied: wa-crypt-tools in c:\users\3frak\appdata\local\programs\python\python311\lib\site-packages (0.0.8)
Collecting javaobj-py3@ git+https://github.com/tcalmant/python-javaobj@fba64e9 (from wa-crypt-tools)
  Cloning https://github.com/tcalmant/python-javaobj (to revision fba64e9) to c:\users\3frak\appdata\local\temp\pip-install-_9r3vwdp\javaobj-py3_834a1cd999bc4e8ea6b67fe3b7b5eb24
  Running command git clone --filter=blob:none --quiet https://github.com/tcalmant/python-javaobj 'C:\Users\3frak\AppData\Local\Temp\pip-install-_9r3vwdp\javaobj-py3_834a1cd999bc4e8ea6b67fe3b7b5eb24'
  WARNING: Did not find branch or tag 'fba64e9', assuming revision or ref.
  Running command git checkout -q fba64e9
  Resolved https://github.com/tcalmant/python-javaobj to commit fba64e9
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: pycryptodomex~=3.18 in c:\users\3frak\appdata\local\programs\python\python311\lib\site-packages (from wa-crypt-tools) (3.20.0)
Requirement already satisfied: protobuf<4.26.0,>=4.24.1 in c:\users\3frak\appdata\local\programs\python\python311\lib\site-packages (from wa-crypt-tools) (4.25.3)
<!-- gh-comment-id:1963645482 --> @Ponita0 commented on GitHub (Feb 26, 2024): this was indeed the first step ``` D:\whatsappDecrypt>python -m pip install wa-crypt-tools Requirement already satisfied: wa-crypt-tools in c:\users\3frak\appdata\local\programs\python\python311\lib\site-packages (0.0.8) Collecting javaobj-py3@ git+https://github.com/tcalmant/python-javaobj@fba64e9 (from wa-crypt-tools) Cloning https://github.com/tcalmant/python-javaobj (to revision fba64e9) to c:\users\3frak\appdata\local\temp\pip-install-_9r3vwdp\javaobj-py3_834a1cd999bc4e8ea6b67fe3b7b5eb24 Running command git clone --filter=blob:none --quiet https://github.com/tcalmant/python-javaobj 'C:\Users\3frak\AppData\Local\Temp\pip-install-_9r3vwdp\javaobj-py3_834a1cd999bc4e8ea6b67fe3b7b5eb24' WARNING: Did not find branch or tag 'fba64e9', assuming revision or ref. Running command git checkout -q fba64e9 Resolved https://github.com/tcalmant/python-javaobj to commit fba64e9 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: pycryptodomex~=3.18 in c:\users\3frak\appdata\local\programs\python\python311\lib\site-packages (from wa-crypt-tools) (3.20.0) Requirement already satisfied: protobuf<4.26.0,>=4.24.1 in c:\users\3frak\appdata\local\programs\python\python311\lib\site-packages (from wa-crypt-tools) (4.25.3) ```
Author
Owner

@roshaniaher commented on GitHub (Feb 28, 2024):

getting the Same error even with

python -m pip install wa-crypt-tools

'decrypt14_15' is not recognized as an internal or external command,
operable program or batch file.

<!-- gh-comment-id:1969573174 --> @roshaniaher commented on GitHub (Feb 28, 2024): getting the Same error even with `python -m pip install wa-crypt-tools` 'decrypt14_15' is not recognized as an internal or external command, operable program or batch file.
Author
Owner

@roshaniaher commented on GitHub (Feb 28, 2024):

I have pasted all the db an key files in the wa-crypt-tools folder, is this right way?

<!-- gh-comment-id:1969575069 --> @roshaniaher commented on GitHub (Feb 28, 2024): I have pasted all the db an key files in the wa-crypt-tools folder, is this right way?
Author
Owner

@aldennisa15 commented on GitHub (Feb 28, 2024):

The README is just a little out of date. The decode script was renamed from decrypt14_15 to wadecrypt (see this commit).

Try that command instead. (I've no doubt the README will get updated in due course.)

<!-- gh-comment-id:1969975801 --> @aldennisa15 commented on GitHub (Feb 28, 2024): The `README` is just a little out of date. The decode script was renamed from `decrypt14_15` to `wadecrypt` (see [this commit](https://github.com/ElDavoo/wa-crypt-tools/commit/1a8cc9e6aafd79b6992a49156ef95be09f59d5ae#diff-64e5dc08b9ac956d95fc26c9266a0b8d90cbc05e9db156121c13255d7460aa40)). Try that command instead. (I've no doubt the README will get updated in due course.)
Author
Owner

@ElDavoo commented on GitHub (Mar 4, 2024):

The README is just a little out of date. The decode script was renamed from decrypt14_15 to wadecrypt (see this commit).

Try that command instead. (I've no doubt the README will get updated in due course.)

Hmmm I probably got confused with which commit I released in pip (?)

<!-- gh-comment-id:1977214439 --> @ElDavoo commented on GitHub (Mar 4, 2024): > The `README` is just a little out of date. The decode script was renamed from `decrypt14_15` to `wadecrypt` (see [this commit](https://github.com/ElDavoo/wa-crypt-tools/commit/1a8cc9e6aafd79b6992a49156ef95be09f59d5ae#diff-64e5dc08b9ac956d95fc26c9266a0b8d90cbc05e9db156121c13255d7460aa40)). > > Try that command instead. (I've no doubt the README will get updated in due course.) Hmmm I probably got confused with which commit I released in pip (?)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-crypt-tools#54
No description provided.