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, ∼2516🔥, 0💬
Popular Posts:
How to generate a new RSA private key using OpenSSL "genpkey" command? If you need a new RSA private...
Certificate summary - Owner: *.tmz.com, Domain Control Validated Issuer: SERIALNUMBER=07969287, Go D...
Can I repeat a DN field multiple times in the configuration file for the OpenSSL "req -new" command?...
Certificate summary - Owner: *.iqiyi.com, Terms of use at www.verisign.com/rpa (c)05, Cloud Platform...
Certificate summary - Owner: VeriSign Class 3 Public Primary Certification Authority - G3, "(c) 1999...