Categories:
DH Keys (39)
DSA Keys (71)
EC Keys (286)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1799)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2058)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "pkey -aes*" - Re-Encrypt RSA Keys
How to re-encrypt an RSA key file using OpenSSL "pkey" 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 "pkey -aes*" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> pkey -in my_rsa_des.key -aes128 -out my_rsa_aes.key Enter pass phrase for my_rsa_des.key: fyicenter Enter PEM pass phrase: fyicenter.com Verifying - Enter PEM pass phrase: fyicenter.com
Options used in this command are:
⇒ OpenSSL "genpkey" Command for DSA Keys
⇐ OpenSSL "pkey" - Open Encrypted RSA Keys
2017-09-12, 1189👍, 0💬
Popular Posts:
How to list all options that are supported by a specific OpenSSL command? I know the command but I d...
What options are supported by the "keytool -exportcert" command? Java Keytool can be used to export ...
Certificate Summary: Subject: Thawte Timestamping CA Issuer: Thawte Timestamping CA Expiration: 2020...
Certificate Summary: Subject: Yandex Mail Service Issuer: YandexExternalCA Expiration: 2014-01-17 15...
Certificate Summary: Subject: Symantec Class 3 Secure Server CA - G4 Issuer: VeriSign Class 3 Public...