Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (335)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1963)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1812)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "pkey -aes*" - Re-Encrypt EC Keys
How to re-encrypt a EC 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 EC key file again,
you can use the "pkey -aes*" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> pkey -in my_ec_des.key -aes128 -out my_ec_aes.key Enter pass phrase for my_ec_des.key: fyicenter Enter PEM pass phrase: fyicenter.com Verifying - Enter PEM pass phrase: fyicenter.com
Options used in this command are:
⇒ OpenSSL "rsautl" Command for RSA Keys
⇐ OpenSSL "pkey" - Open Encrypted EC Keys
2017-05-29, 1209👍, 0💬
Popular Posts:
How to use the "keytool -genkeypair" command? I want to generate a pair of public key and private ke...
Do you want to learn how to manage certificates on Windows with Microsoft "certutil" tool? Here is a...
Certificate Summary: Subject Common Name (CN): Baltimore CyberTrust Root Issuer Common Name (CN): Ba...
Why I am getting the "variable lookup failed for ca::serial" error when running OpenSSL "ca" command...
Do you want to learn how to manage certificates on Windows with Microsoft "certutil" tool? Here is a...