Re: Re: creating RSA private/public key pair

2002-07-23 Thread Manish Ramesh Chablani
uot; <[EMAIL PROTECTED]> >Subject: Re: Re: creating RSA private/public key pair >Hi Alex, >thanks for the help now i am able to encrypt and decrypt them >using public and private keys. > >i have one more question. i want to send the public key of the >client to the server for au

Re: Re: creating RSA private/public key pair

2002-07-23 Thread ganesh kumar godavari
Hi Alex, thanks for the help now i am able to encrypt and decrypt them using public and private keys. i have one more question. i want to send the public key of the client to the server for authentication. is there any way i can print the RSA public key into a string so that i can send them o

Re: creating RSA private/public key pair

2002-07-23 Thread Aleix Conchillo
On 23 Jul 2002 17:44:15 -, ganesh kumar godavari wrote: > hello group, > i have create RSA private key using > openssl genrsa -out KEY.pem 1024 > openssl rsa -in KEY.pem -out private.pem > openssl rsa -in KEY.pem -pubout -out public.pem > hi first, you don't need to call openssl rsa -in

creating RSA private/public key pair

2002-07-23 Thread ganesh kumar godavari
hello group, i have create RSA private key using openssl genrsa -out KEY.pem 1024 openssl rsa -in KEY.pem -out private.pem openssl rsa -in KEY.pem -pubout -out public.pem the private and public keys are create properly(please tell me if the above way of creating keys is wrong) i try to read t