Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (69)
EC Keys (572)
Firefox (31)
General (12)
Google Chrome (25)
Intermediate CA (152)
Java VM (33)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (22)
OpenSSL (237)
Other (7)
Portecle (38)
Publishers (2698)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2226)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
Collections:
Other Resources:
OpenSSL "rsa -aes*" - Re-Encrypt RSA Keys
How to re-encrypt an RSA key file using OpenSSL "rsa" command? I want to change the encryption password, and maybe change the encryption algorithm.
✍: FYIcenter.com
If you want to encrypt an existing RSA key file again,
you can use the "rsa -aes*" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> rsa -in my_rsa_des.key -out my_rsa_aes.key -aes128 Enter pass phrase for my_rsa_des.key: fyicenter writing RSA key Enter PEM pass phrase: fyicenter.com Verifying - Enter PEM pass phrase: fyicenter.com
Options used in this command are:
⇒ OpenSSL "gendsa" and "dsa" Commands
⇐ OpenSSL "rsa" - Open Encrypted RSA Keys
2017-01-11, 1822👍, 0💬
Popular Posts:
What is the file name is used by Firefox to store CA certificates on Windows 7 systems? Where this f...
How to import a root CA certificate into IE? I have the certificate in a file. If you want to import...
Certificate Summary: Subject: GlobalSign Extended Validation CA - SHA256 - G3 Issuer: GlobalSign Exp...
Certificate summary - Owner: *.corp.youdao.com, SingleDomain, Netease.com Inc, cn Issuer: CNNIC SSL,...
Certificate Summary: Subject: TC TrustCenter Universal CA I Issuer: TC TrustCenter Universal CA I Ex...