Collections:
Other Resources:
OpenSSL "dsa -aes*" - Re-Encrypt DSA Keys
How to re-encrypt a DSA key file using OpenSSL "dsa" command? I want to change the encryption password, and maybe change the encryption algorithm.
✍: FYIcenter.com
If you want to encrypt an existing DSA key file again,
you can use the "dsa -aes*" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl OpenSSL> dsa -in my_dsa_2048_des.key -out my_dsa_2048_aes -aes128 read DSA key Enter pass phrase for my_dsa_2048_des.key: fyicenter writing DSA key Enter PEM pass phrase: fyicenter.com Verifying - Enter PEM pass phrase: fyicenter.com
Options used in this command are:
⇐ OpenSSL "dsa" - Open Encrypted DSA Keys
2016-12-15, ∼3345🔥, 0💬
Popular Posts:
Certificate Summary: Subject: fp.measure.office.com Issuer: DigiCert Cloud Services CA-1 Expiration:...
How to download Mozilla "certutil" tool for Windows? I know it can be used to manage cert8.gb and ke...
Certificate Summary: Subject: Sectigo RSA Organization Validation Secure Server CA Issuer: USERTrust...
Certificate Summary: Subject: DST Root CA X3 Issuer: DST Root CA X3 Expiration: 2021-09-30 14:01:15 ...
How to download the server certificate from Facebook.com Web site? I want to have a new certificate ...