Re: extract components from public key

2010-03-22 Thread Valerio Schiavoni
I think I've found the answer myself: openssl rsa -text -noout -modulus -pubin -in public_key.pem or openssl rsa -noout -modulus -pubin -in public_key.pem On Mon, Mar 22, 2010 at 12:59 PM, Valerio Schiavoni wrote: > Hello, > what kind of informations can be extracted from the public_key ? > In pa

extract components from public key

2010-03-22 Thread Valerio Schiavoni
Hello, what kind of informations can be extracted from the public_key ? In particular, i generate it like this: openssl rsa -pubout -in private_key.pem -out public_key.pem I know that from a private_key it's possible to extract many informations (as the modulus, or any other info (doing openssl r