上传者: BrosnanW
|
上传时间: 2021-06-06 18:41:29
|
文件大小: 515KB
|
文件类型: WHL
ISSUE
Crypto/PublicKey/RSA.py", line 375, in decrypt
raise NotImplementedError("Use module Crypto.Cipher.PKCS1_OAEP instead")
NotImplementedError: Use module Crypto.Cipher.PKCS1_OAEP instead
SOLUTION
pip uninstall pycryptodome
pip uninstall pycrypto
pip install pycrypto