开发者

How can I generate RSA private keys encrypted with AES128 or AES256 using openssl?

I am writing a server in an embedded system that uses axT开发者_开发技巧LS to provide encryption services. axTLS cannot handle private keys encrypted using the -des option of the genrsa openssl command but it can handle private keys encrypted with AES128 or AES256. I have scanned through the documentation for openssl and have been unable to find any options for the genrsa command that will encrypt the private key with anything other than DES, DES3, or IDEA ciphers. Is there a way to do make the genrsa command use AES ciphers instead?


The -aes128, -aes192 and -aes256 options to openssl genrsa encrypt the private key file using AES.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜