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, ∼2279🔥, 0💬
Popular Posts:
Can I build a DSA private key from an OpenSSL configuration file? Yes, you can build a DSA private k...
Where to find tutorials on using OpenSSL "genpkey" and "pkey" commands for DH private keys? Here is ...
Certificate summary - Owner: USERTrust Legacy Secure Server CA, The USERTRUST Network, L=Salt Lake C...
Can I use OpenSSL "rsautl" command to encrypt data without any padding? Yes, you can encrypt data wi...
Certificate summary - Owner: wwws.loc.gov, Library of Congress, L=Washington, ST=District of Columbi...