Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 PyCrypto 2.0.1 生成的腌制 RSA 公钥。我正在寻找升级我的应用程序以使用 PyCrypto 2.5。
pickle 密钥数据以 iCrypto.PublicKey.RSA\nRSAobj_c 开头
不幸的是,RSAobj_c 在 PyCrypto >=2.1 中被删除,因此去酸洗失败。
我应该如何使密钥与新的 PyCrypto 兼容?