On 12/05/2015 22:50, Marcus Vinicius do Nascimento wrote:
I did some quick research and found this:
http://en.wikipedia.org/wiki/Digital_Signature_Algorithm
If my understanding is correct, the public key is (p, q, g, y).
The private key would be x, such that y = g^x mod p.
Is there some way
I did some quick research and found this:
http://en.wikipedia.org/wiki/Digital_Signature_Algorithm
If my understanding is correct, the public key is (p, q, g, y).
The private key would be x, such that y = g^x mod p.
Is there some way to generate both public and private keys using OpenSSL,
bas