Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (71)
EC Keys (1854)
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 (5380)
Revoked Certificates (16)
Root CA (85)
RSA Keys (4393)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "genpkey -genparam" - Generate EC Parameters
How to generate a new EC parameter file using OpenSSL "genpkey -genparam" command?
✍: FYIcenter.com
If you need a new EC parameter file in order to create new EC keys,
you can use the OpenSSL "genpkey -genparam" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> genpkey -genparam -algorithm ec -out my_ec.prm -pkeyopt ec_paramgen_curve:secp112r1 OpenSSL> exit C:\Users\fyicenter>type my_ec.prm -----BEGIN EC PARAMETERS----- MIGLAgEBMBoGByqGSM49AQECDwDbfCq/YuNeZoB2vq0gizA3BA7bfCq/YuNeZoB2 vq0giAQOZZ74ugQ5Fu7eiRFwKyIDFQAA9QsCjk1pbmdodWFRdSkEcng/sQQdBAlI cjmZWl7na1X5wvCYqJzlr4ckwKI+Dg/3dQACDwDbfCq/YuNedijfrGVhxQIBAQ== -----END EC PARAMETERS-----
Options used in this command are:
⇒ OpenSSL "pkeyparam -text" - Print EC Parameters in Text
⇐ OpenSSL "genpkey" Command for EC Keys
2017-07-15, 3981👍, 0💬
Popular Posts:
Why I am getting the "Your connection is not private" error screen in Google Chrome? I am using a we...
How to generate a 4096-bit RSA key pair with Portecle? I want a very strong private key and public k...
What is the difference between "rsautl -encrypt" and "rsautl -sign" commands? There are 2 difference...
Certificate summary - Owner: OID.1.3.6.1.4.1.311.60.2 .1.3=PT,OID.1.3.6.1.4.1.311.60.2 .1.2=Porto,OI...
How to read information on the General tab of View Page Info in Firefox? What is the meaning of "Hig...