Collections:
Other Resources:
OpenSSL "genpkey rsa_keygen_bits:10240" - RSA Long Keys
How to generate a new RSA key pair with a longer key size using OpenSSL "genpkey" command?
✍: FYIcenter.com
If you need a new RSA key pair with a longer key size for testing purpose,
you can use the OpenSSL "genpkey" command as shown below:
C:\Users\fyicenter>time The current time is: 18:43:27.27 C:\Users\fyicenter>\local\openssl\openssl OpenSSL> genpkey -algorithm rsa -out rsa_test.key -pkeyopt rsa_keygen_bits:10240 ........................................++ ................................................................................ ................................................................................ ................................................................................ ++ OpenSSL> exit C:\Users\fyicenter>time The current time is: 18:46:46.85
What this test tells us:
⇒ OpenSSL "genpkey -pkeyopt rsa_keygen_pubexp:3" - RSA Public Exponent
⇐ OpenSSL "genpkey rsa_keygen_bits:256" - RSA Short Keys
2018-01-13, ∼3793🔥, 0💬
Popular Posts:
You can modify the properties of a certificate for a number of reasons: Adding or modifying a displa...
How to generate a new DSA parameter file using OpenSSL "dsaparam" command? If you need a new DSA par...
Certificate Summary: Subject: DigiCert SHA2 High Assurance Server CA Issuer: DigiCert High Assurance...
Certificate Summary: Subject: CLI-Login Issuer: CLI-Login Expiration: 2018-12-06 14:05:46 UTC Key Id...
Certificate Summary: Subject: www.mobile.de Issuer: Symantec Class 3 EV SSL CA - G3 Expiration: 2016...