Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (918)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3185)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2559)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
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, 2076👍, 0💬
Popular Posts:
Certificate summary - Owner: Go Daddy Class 2 Certification Authority, "The Go Daddy Group, Inc.", U...
How to generate a new RSA key pair with a shorter key size using OpenSSL "genrsa" command? If you ne...
How to view detailed information of a certificate in Firefox? I want to know in which country the ow...
Certificate summary - Owner: dynamic.12306.cn, ????????, Sinorail Certification Authority, CN Issuer...
How to import a CA (Certificate Authority) reply into a keystore key pair entry with Portecle? To im...