Categories:
DH Keys (39)
DSA Keys (72)
EC Keys (333)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1862)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2173)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "pkey -pubout" - Extract RSA Public Key
How to extract the public key from an RSA key file using OpenSSL "pkey" command?
✍: FYIcenter.com
If you want to extract the public key out from an RSA key file (private key an public key),
you can use the OpenSSL "pkey -pubout" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> pkey -in my_rsa.key -pubout -out my_rsa_pub.key OpenSSL> exit C:\Users\fyicenter>type my_rsa_pub.key -----BEGIN PUBLIC KEY----- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAExMAY742YWBAnv+3NTAI+cUR lQQsszJtWO+tz2wryoe0XbD3x0tm5tByOjcZ7Hbp7QlaURf2Xmk3aN02UCOQGPG8 G4uIcK+2vCcIdiTCwL2DujkxYg5u5gAtgQCTrNBqJiGnGDEoNJaxAvR/PkqFM8D2 vvoat6ixisha/631UQIDAQAB -----END PUBLIC KEY-----
Options used in this command are:
⇒ OpenSSL "pkey -pubin" - View RSA Public Key
⇐ OpenSSL "pkey -text" - Print RSA Key in Text
2018-01-16, 999👍, 0💬
Popular Posts:
Certificate Summary: Subject: accounts.google.com Issuer: Thawte SGC CA Expiration: 2013-07-18 23:59...
How to search for certificates in all certificate stores using "certmgr.msc"? I want to see all cert...
How to start the "Certificate Manager" inside IE (Internet Explorer)? I heard that it can be used to...
Certificate Summary: Subject: AlphaSSL CA - SHA256 - G2 Issuer: GlobalSign Root CA Expiration: 2024-...
Where to click to get more Website information in Google Chrome? I want to know if the page I am int...