Collections:
Other Resources:
OpenSSL "genpkey -pkeyopt rsa_keygen_pubexp:2" Runs Forever
What will happen if I use 2 as the public exponent to generate an RSA private key?
✍: FYIcenter.com
OpenSSL will run forever, if you use 2 as the public exponent to generate an RSA private key,
because OpenSSL can no find any private exponent to meet the RSA requirements.
See the test below:
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> genpkey -algorithm rsa -out rsa_test.key -pkeyopt rsa_keygen_bits:256 -pkeyopt rsa_keygen_pubexp:2 ....+++++++++++++++++++++++++++*....+++++++++++++++++++++++++++*.....+++++++++++ ++++++++++++++++*...+++++++++++++++++++++++++++*..+++++++++++++++++++++++++++*.. ..........+++++++++++++++++++++++++++*....+++++++++++++++++++++++++++*...+++++++ .... (running forever)
What this test tells us:
⇒ OpenSSL "genpkey -des" - DES Encrypt RSA Keys
⇐ OpenSSL "genpkey -pkeyopt rsa_keygen_pubexp:1" - Bad RSA Key
2017-09-08, ∼3506🔥, 0💬
Popular Posts:
Certificate Summary: Subject: America Online Root Certification Authority 1 Issuer: America Online R...
Certificate Summary: Subject: www.amazon.it Issuer: VeriSign Class 3 Secure Server CA - G3 Expiratio...
How to download Mozilla "certutil" tool for Windows? I know it can be used to manage cert8.gb and ke...
Certificate summary - Owner: *.c.ssl.fastly.net, "Fastly, Inc.", L=San Francisco, ST=California, US ...
When you submit a certificate request to a Windows-based enterprise certification authority (CA), it...