【发布时间】:2019-02-16 04:29:19
【问题描述】:
我没有找到 API,但因为它似乎委托给 OpenSSL,所以我可能不明白它是如何工作的。
我正在寻找的是与此 [1] 的第一个答案等效的内容,但在 Python 中,使用刚刚生成的 RSA 密钥对,出于安全原因,从未将其写入磁盘。
[1]How do I extract the private key components $N$ and $D$ from a private RSA key?
【问题讨论】:
标签: python openssl cryptography pyopenssl python-cryptography