Open Ldarm opened 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
Hello This tool worked fine in the past
I updated my Kali and now I got this error
Kali2:/opt/jwt_tool# python3 -m pip install pycryptodomex Requirement already satisfied: pycryptodomex in /usr/lib/python3/dist-packages (3.11.0)