如何为RSA密钥创建PEM文件

时间:2013-09-27 07:26:05

标签: ios objective-c cryptography rsa pem

我使用Apple提供的SecKeyWrapper类为RSA生成了公钥。如何创建PEM文件以将该密钥保存在该文件中?我们有这个库或框架吗?

祝你好运

1 个答案:

答案 0 :(得分:1)

openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem
chmod 700 id_rsa.pem