Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (982)
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 (3315)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2663)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
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, 1793👍, 0💬
Popular Posts:
Certificate summary - Owner: www.godaddy.com, "GoDaddy.com, LLC", L=Scottsdale, ST=Arizona, US, SERI...
Certificate Summary: Subject: America Online Root Certification Authority 2 Issuer: America Online R...
Hi to all! Please help somebody I have certificate signed by CA(it should root for me), also generat...
How to install "JCE (Java Cryptography Extension) Unlimited Strength Jurisdiction Policy Files"? I w...
What is Portecle? I heard that Portecle is nice certificate management tool. Portecle is a user frie...