how-does-SecureCRT-encrypt-password
how-does-SecureCRT-encrypt-password copied to clipboard
ModuleNotFoundError: No module named 'Crypto'
It looks like environments above python3.8 are prone to this reporting error, even if you install the “requirements”. so follow the steps: pip3 uninstall crypto pip3 uninstall pycrypto pip3 install pycrypto
cheers~~and sw74 :)