Categories:
DH Keys (148)
DSA Keys (201)
EC Keys (295)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (155)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1178)
Revoked Certificates (33)
Root CA (87)
RSA Keys (2030)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "pkey -pubout" - Extract DSA Public Key
How to extract the public key from a DSA key file using OpenSSL "pkey" command?
✍: FYIcenter.com
If you want to extract the public key out from a DSA 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_dsa.key -pubout -out my_dsa_pub.key OpenSSL> exit C:\Users\fyicenter>type my_dsa_pub.key -----BEGIN PUBLIC KEY----- MIIBuDCCASwGByqGSM44BAEwggEfAoGBAJ4vZpJ9H6iJR/UU1gJbHTR6in8oa4vX 1Vdvj/V53Q1U2lS0VdkAZyZQiWfO9QTO5oM0Y4S7DtTX3UIiuSuKVWMD55piWuTg Demf4ZsVAdxcQ6RKCYSwiO0o3O+7RwX2aEzb/KaMqphoHtwRPWhxp5Mbz9kzDD9T +xQAzsfsuhGVAhUA1kA8zoR9/NuIDs07OdP76UX3UnkCgYEAmB2kVCBqooudn/zU 0dFeXY8RD2OoobKbvdnFeyl8qG3BskLp+1qzHEVT9zI8+6DmJnSxcxyjuT+/ZO1J nUSX9GNPfWwA4khntera6cLe8qm3fJiWRdsen5XZFFYqvj8A6e5x6qdVCehLGc1Z Ln0ewTtLDYYpTM/QqFYI7XxKDaEDgYUAAoGBAIz2+quiks5FX2HL7Y0spxeHkF2F Et/F3tF3fK54fyXz7GtEpqfaLYuEkyxCToa1npG/Ve5Dd5GKrBqzu8oaFRW9bxkJ +lHVQYX6DR0GCzYw/8OCD4fk4C+S+rh7qrJCOQTrK2/HdUPoxvY/YrkwtXV7vNTY gKhuq0lF2N53xWV6 -----END PUBLIC KEY-----
Options used in this command are:
⇒ OpenSSL "pkey -pubin" - View DSA Public Key
⇐ OpenSSL "pkey -text" - Print DSA Key in Text
2017-10-23, 667👍, 0💬
Popular Posts:
Certificate Summary: Subject: Equifax Secure Certificate Authority Issuer: Equifax Secure Certificat...
How to export the server certificate to a file in IE? I can view the server certificate used by the ...
What are ASN.1 field types supported by the OpenSSL "ans1parse" command? OpenSSL "ans1parse" command...
Certificate Summary: Subject: GTE CyberTrust Global Root Issuer: GTE CyberTrust Global Root Expirati...
How can I use Microsoft "certutil -encode" command? What are command options supported by "certutil ...