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 を使用するようにアプリケーションをアップグレードしようとしています。
ピクル キー データは iCrypto.PublicKey.RSA\nRSAobj_c で始まります
残念ながら、PyCrypto >=2.1 では RSAobj_c が削除されているため、デピクリングは失敗します。
キーを新しい PyCrypto と互換性を持たせるにはどうすればよいですか?