Collections:
Other Resources:
OpenSSL "pkey -aes*" - Re-Encrypt DH Keys
How to re-encrypt a DH 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 DH key file again,
you can use the "pkey -aes*" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> pkey -in my_dh_des.key -aes128 -out my_dh_aes.key Enter pass phrase for my_dh_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 EC Keys
⇐ OpenSSL "pkey" - Open Encrypted DH Keys
2017-08-13, ∼2577🔥, 0💬
Popular Posts:
What can I use OpenSSL "rsa" command for? What are options supported by the "rsa" command? OpenSSL "...
How to encrypt a file with an RSA public key using OpenSSL "rsautl" command? If you want to encrypt ...
How to generate a new DH key pair with a longer key size using OpenSSL "genpkey" command? If you nee...
Certificate summary - Owner: www.odesk.com, oDesk Corporation, L=Redwood City, ST=California, US, OI...
How to view general information of a root CA certificate in IE? I want to know when is the expiratio...