Collections:
Other Resources:
OpenSSL "gendsa 10240" - Generate DSA Long Keys
How to generate a new DSA key pair with a longer key size using OpenSSL "gendsa" command?
✍: FYIcenter.com
If you need a new DSA key pair with a longer key size for testing purpose,
you can use the OpenSSL "gendsa" command as shown below:
C:\Users\fyicenter>time The current time is: 20:06:19.66 C:\Users\fyicenter>\local\openssl\openssl dsaparam -out my_dsa_long.key -genkey 10240 Generating DSA parameters, 10240 bit long prime This could take some time ..........+.........+++++++++++++++++++++++++++++++++++++++++++++++++++* ............+.......+.....+..........................+......+............+... .......................................+.....................+............... ... C:\Users\fyicenter>time The current time is: 20:25:04.75
What this test tells us:
⇒ OpenSSL "gendsa -des" - DES Encrypt DSA Keys
⇐ OpenSSL "dsaparam 512" - Generate DSA Short Keys
2016-12-24, 1826🔥, 0💬
Popular Posts:
The holder of the private key associated with a certificate is known as the subject. This can be a u...
What is samltool Certificate Fingerprint Calculator? samltool Certificate Fingerprint Calculator is ...
What are the ways to use certificate for authentication? Can certificates be used to secure Web site...
What is "Java Control Panel" on Mac computers? I heard that it's a nice tool. The Java Control Panel...
How to export my private key from the system certificate store into a file? The "export the private ...