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, ∼2283🔥, 0💬
Popular Posts:
Certificate summary - Owner: *.americanexpress.com, Consumer, American Express Technologies, L=Phoen...
Certificate summary - Owner: *.googleusercontent.com, Google Inc, L=Mountain View, ST=California, US...
Certificate summary - Owner: COMODO RSA Domain Validation Secure Server CA, COMODO CA Limited, L=Sal...
Certificate Summary: Subject: xhamster.com Issuer: R3 Expiration: 2021-11-01 03:50:15 UTC Key Identi...
Certificate Summary: Subject: ISRG Root X1 Issuer: DST Root CA X3 Expiration: 2024-09-30 18:14:03 UT...