Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (71)
EC Keys (1991)
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 (5822)
Revoked Certificates (16)
Root CA (85)
RSA Keys (4763)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "genpkey -pkeyopt rsa_keygen_pubexp:3" - RSA Public Exponent
How to generate a new RSA key pair with a different public exponent using OpenSSL "genpkey" command?
✍: FYIcenter.com
If you need a new RSA key pair with a different public exponent for testing purpose,
you can use the OpenSSL "genpkey -pkeyopt rsa_keygen_pubexp:nnn" command.
The "-pkeyopt rsa_keygen_pubexp:nnn" option specifies the public exponent of the RSA key to be
generated. The default is 65537 (0x10001).
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> genpkey -algorithm rsa -out rsa_test.key -pkeyopt rsa_keygen_bits:256 -pkeyopt rsa_keygen_pubexp:3 .......+++++++++++++++++++++++++++ .+++++++++++++++++++++++++++ OpenSSL> pkey -in rsa_test.key -text -noout Private-Key: (256 bit) modulus: 00:ca:80:eb:92:d7:16:1e:4a:3d:6e:52:26:cb:14: b9:56:b2:ed:d2:c1:62:51:5a:23:50:22:90:32:50: 8a:b8:c7 publicExponent: 3 (0x3) privateExponent: 00:87:00:9d:0c:8f:64:14:31:7e:49:8c:19:dc:b8: 7b:8d:f1:70:b8:4d:46:04:b7:f2:44:26:98:0e:59: 48:f8:bb prime1: 00:f6:3a:bf:bd:6b:a2:04:20:c4:6f:f3:32:78:65: 6e:4d prime2: 00:d2:89:fe:90:0d:a8:42:17:25:78:b8:ea:52:37: d5:63 exponent1: 00:a4:27:2a:7e:47:c1:58:15:d8:4a:a2:21:a5:98: f4:33 exponent2: 00:8c:5b:ff:0a:b3:c5:81:64:c3:a5:d0:9c:36:cf: e3:97 coefficient: 60:c1:e8:18:d0:b7:e8:32:f3:2a:04:3d:5a:d5:c9: 51
What this test tells us:
⇒ OpenSSL "genpkey -pkeyopt rsa_keygen_pubexp:1" - Bad RSA Key
⇐ OpenSSL "genpkey rsa_keygen_bits:10240" - RSA Long Keys
2018-01-06, 4138👍, 0💬
Popular Posts:
What is the usage of certificates? Can certificates be used for authentication, privacy protection, ...
What is the default behavior of the "certutil -store" command? The default behavior of the "certutil...
Certificate summary - Owner: www.123-reg.co.uk, 123-reg Ltd, STREET=5 Roundwood Avenue, L=Uxbridge, ...
Certificate summary - Owner: www.surveymonkey.com, Terms of use at www.verisign.com/rpa (c)05, "Surv...
Certificate Summary: Subject: SwissSign Gold CA - G2 Issuer: SwissSign Gold CA - G2 Expiration: 2036...