Python版本的desede/CBC/PKCS5Padding加密
环境 && 依赖
Python版本是3.7.7
python3 --version
Python 3.7.7
因为要使用pycryptodome
,需要先卸载pycrypto
,pydes
:
pip3 uninstall pycrypto
pip3 uninstall pydes
pip3 install pycryptodome
Python版本是3.7.7
python3 --version
Python 3.7.7
因为要使用pycryptodome
,需要先卸载pycrypto
,pydes
:
pip3 uninstall pycrypto
pip3 uninstall pydes
pip3 install pycryptodome