R
rodney
I know how to create a new keypair using:
OpenSSL:Key::RSA.new(1024)
But, I'm looking for how to create a public key when I have the modulus
and exponent value of that key. Any help would be appreciated.
Thanks,
rodney
OpenSSL:Key::RSA.new(1024)
But, I'm looking for how to create a public key when I have the modulus
and exponent value of that key. Any help would be appreciated.
Thanks,
rodney