Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (69)
EC Keys (572)
Firefox (31)
General (12)
Google Chrome (25)
Intermediate CA (152)
Java VM (33)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (22)
OpenSSL (237)
Other (7)
Portecle (38)
Publishers (2697)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2225)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
Collections:
Other Resources:
OpenSSL "genrsa 10240" - Generate RSA Long Keys
How to generate a new RSA key pair with a longer key size using OpenSSL "genrsa" command?
✍: FYIcenter.com
If you need a new RSA key pair with a longer key size for testing purpose,
you can use the OpenSSL "genrsa" command as shown below:
C:\Users\fyicenter>time The current time is: 22:03:25.43 C:\Users\fyicenter>\local\openssl\openssl genrsa -out my_rsa_long.key 10240 Generating RSA private key, 10240 bit long modulus ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ .......................................................................++ ................................................................................ ................................................................................ .........................++ e is 65537 (0x10001) C:\Users\fyicenter>time The current time is: 22:07:31.22
What this test tells us:
⇒ OpenSSL "genrsa -des" - DES Encrypt RSA Keys
⇐ OpenSSL "genrsa 32" - Generate RSA Short Keys
2017-01-29, 1670👍, 0💬
Popular Posts:
Certificate Summary: Subject: Sonera Class2 CA Issuer: Sonera Class2 CA Expiration: 2021-04-06 07:29...
Where to find tutorials on using OpenSSL "req" commands for certificate request and certificate gene...
Why I am getting the "Your connection is not secure" error screen in Firefox? You will see the "Your...
Renewing a certificate with the same key provides maximum compatibility with past uses of the accomp...
What are the ways to use certificate for encryption? Can certificates be used to secure data submitt...