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:
DSA Private and Public Key Pair Example
Where can I find an example of DSA (Digital Signature Algorithm) private and public key pair example?
✍: FYIcenter.com
Here is good example example of DSA (Digital Signature Algorithm) private and public key pair.
The DSA private key in PEM format:
-----BEGIN PRIVATE KEY----- MIIBTAIBADCCASwGByqGSM44BAEwggEfAoGBAJ4vZpJ9H6iJR/UU1gJbHTR6in8o a4vX1Vdvj/V53Q1U2lS0VdkAZyZQiWfO9QTO5oM0Y4S7DtTX3UIiuSuKVWMD55pi WuTgDemf4ZsVAdxcQ6RKCYSwiO0o3O+7RwX2aEzb/KaMqphoHtwRPWhxp5Mbz9kz DD9T+xQAzsfsuhGVAhUA1kA8zoR9/NuIDs07OdP76UX3UnkCgYEAmB2kVCBqooud n/zU0dFeXY8RD2OoobKbvdnFeyl8qG3BskLp+1qzHEVT9zI8+6DmJnSxcxyjuT+/ ZO1JnUSX9GNPfWwA4khntera6cLe8qm3fJiWRdsen5XZFFYqvj8A6e5x6qdVCehL Gc1ZLn0ewTtLDYYpTM/QqFYI7XxKDaEEFwIVAJI+/0a+OZzLkhusqYQatAuGgAvH -----END PRIVATE KEY-----
Click here to see the decoded version:
The matching DSA public key in PEM format:
-----BEGIN PUBLIC KEY----- MIIBtzCCASwGByqGSM44BAEwggEfAoGBAJ4vZpJ9H6iJR/UU1gJbHTR6in8oa4vX 1Vdvj/V53Q1U2lS0VdkAZyZQiWfO9QTO5oM0Y4S7DtTX3UIiuSuKVWMD55piWuTg Demf4ZsVAdxcQ6RKCYSwiO0o3O+7RwX2aEzb/KaMqphoHtwRPWhxp5Mbz9kzDD9T +xQAzsfsuhGVAhUA1kA8zoR9/NuIDs07OdP76UX3UnkCgYEAmB2kVCBqooudn/zU 0dFeXY8RD2OoobKbvdnFeyl8qG3BskLp+1qzHEVT9zI8+6DmJnSxcxyjuT+/ZO1J nUSX9GNPfWwA4khntera6cLe8qm3fJiWRdsen5XZFFYqvj8A6e5x6qdVCehLGc1Z Ln0ewTtLDYYpTM/QqFYI7XxKDaEDgYQAAoGAfaNoVmXDVAYAaadSpWgtBuHQNimb DqOqVQUyEaITd22YMktkccXgwK2XDr4MJT1aBhnIpgpqQ2u+N+EF3JdyxTCtFdKb PgOIF8OiWe2FjlgoMncOz7SLetQ3f6Y4avpjingyyRwLbDLnEpzSw1fp/v6i0KWL Tr3hSviZVS0fgEc= -----END PUBLIC KEY-----
2019-01-13, 509👍, 0💬
Popular Posts:
What options are supported by the "keytool -genkeypair" command? Java Keytool can be used to generat...
How to import a my certificate signed by a CA back to my private key and public key entry in my keys...
How to decode an X.509 certificate and view its content? To help you to decode X.509 certificate and...
How to install Mozilla "certutil" tool for Windows 7? I have nss-3.10.zip and nspr-4.6.zip download ...
How to run Java Control Panel on Windows? I can not find it in Control Panel on my Windows 7 system....