Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (69)
EC Keys (577)
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 (2704)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2229)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
Collections:
Other Resources:
OpenSSL "dsa -aes*" - Re-Encrypt DSA Keys
How to re-encrypt a DSA key file using OpenSSL "dsa" command? I want to change the encryption password, and maybe change the encryption algorithm.
✍: FYIcenter.com
If you want to encrypt an existing DSA key file again,
you can use the "dsa -aes*" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> dsa -in my_dsa_2048_des.key -out my_dsa_2048_aes -aes128 read DSA key Enter pass phrase for my_dsa_2048_des.key: fyicenter writing DSA key Enter PEM pass phrase: fyicenter.com Verifying - Enter PEM pass phrase: fyicenter.com
Options used in this command are:
⇐ OpenSSL "dsa" - Open Encrypted DSA Keys
2016-12-15, 1802👍, 0💬
Popular Posts:
Do you want to learn how to manage certificates in IE (Internet Explorer) 8? Here is a collection of...
Certificate Summary: Subject: *.wikipedia.org Issuer: RapidSSL CA Expiration: 2016-07-19 06:17:12 UT...
What is the file format of the certificate file exported by the Microsoft "certutil -store" command?...
How to use the "keytool -printcert" command? I want to see what to see more information about a cert...
How to encrypt a large file with an RSA public key using OpenSSL "rsautl" command? If you are trying...