ticarpi / jwt_tool

:snake: A toolkit for testing, tweaking and cracking JSON Web Tokens
GNU General Public License v3.0
5.46k stars 670 forks source link

pycryptodomex module import issue #102

Open Ldarm opened 10 months ago

Ldarm commented 10 months ago

Hello This tool worked fine in the past

I updated my Kali and now I got this error

Kali2:/opt/jwt_tool# ./jwt_tool.py
WARNING: Cryptodome libraries not imported - these are needed for asymmetric crypto signing and verifying
On most Linux systems you can run the following command to install:
python3 -m pip install pycryptodomex```

Kali2:/opt/jwt_tool# python3 -m pip install pycryptodomex Requirement already satisfied: pycryptodomex in /usr/lib/python3/dist-packages (3.11.0)



I tried to uninstall and re install it
Thanks for your help