Collections:
Other Resources:
OpenSSL "pkey -aes*" - Re-Encrypt DSA Keys
How to re-encrypt a DSA 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 DSA key file again,
you can use the "pkey -aes*" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> pkey -in my_dsa_des.key -aes128 -out my_dsa_aes.key Enter pass phrase for my_dsa_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 DH Keys
⇐ OpenSSL "pkey" - Open Encrypted DSA Keys
2017-10-08, ∼2464🔥, 0💬
Popular Posts:
How to view detailed information of a root CA certificate in Google Chrome 51? To view detailed info...
How to create a new system certificate store using the "makecert.exe" command? Yes, "makecert.exe" c...
Certificate Summary: Subject: www.amazon.fr Issuer: VeriSign Class 3 Secure Server CA - G3 Expiratio...
Certificate summary - Owner: Thawte SSL CA, "Thawte, Inc.", US Issuer: thawte Primary Root CA, "(c) ...
Certificate Summary: Subject: Starfield Class 2 Certification Authority Issuer: Starfield Class 2 Ce...