Categories:
DH Keys (39)
DSA Keys (71)
EC Keys (281)
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 (1786)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2036)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "dsa" - Open Encrypted DSA Keys
How to open an encrypted DSA key file using OpenSSL "dsa" command? I was told the key file is DES encrypted and I know the password.
✍: FYIcenter.com
If you are trying to open a password (encrypted) DSA key file
using the "dsa" command, you will be prompted for the password
as shown below:
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> dsa -in my_dsa_2048_des.key -text read DSA key Enter pass phrase for my_dsa_2048_des.key: noidea unable to load Private Key 15816:error:06065064:digital envelope routines:EVP_DecryptFinal_ex: bad decrypt:.\crypto\evp\evp_enc.c:529: 15816:error:0906A065:PEM routines:PEM_do_header: bad decrypt:.\crypto\pem\pem_lib.c:482: unable to load Key error in dsa OpenSSL> dsa -in my_dsa_2048_des.key -text read DSA key Enter pass phrase for my_dsa_2048_des.key: fyicenter Private-Key: (2048 bit) priv: 4b:9f:fb:3f:e2:ab:91:26:75:4e:af:06:b2:9c:df: e4:fa:eb:9e:07:53:35:4b:7f:28:c6:07:6a:bb:b9: ce:a9 pub: 77:97:51:fa:27:bf:99:e1:46:ef:12:22:ad:8d:96: 83:f9:45:51:50:03:a7:d8:e3:83:6b:82:4f:36:27: 78:92:e7:0f:58:ac:63:40:bd:ae:90:24:ca:c5:21: ...
Options used in this command are:
⇒ OpenSSL "dsa -aes*" - Re-Encrypt DSA Keys
⇐ OpenSSL "gendsa -des" - DES Encrypt DSA Keys
2016-12-18, 1345👍, 0💬
Popular Posts:
How to import a certificate from a certificate file into a certificate store with Microsoft "certuti...
What is the default password for the Java user-level trusted certificate keystore: "trusted.certs"? ...
How to export the public key out from a certificate using OpenSSL "x509" command? You can export the...
Certificate Summary: Subject Common Name (CN): Go Daddy Root Certificate Authority - G2 Issuer Commo...
What is ASN.1 IA5STRING field type? How to specify IA5STRING field type in OpenSSL "asn1parse" comma...