Re: Convert ASCII BER to RSA PRIVATE KEY

2001-10-23 Thread Dr S N Henson
Sabyasachi Gupta wrote: > > I do not know how to line wrap properly.. > Please let me know if there is a way to do that. > I am attaching the key.b64 file which I want to convert into > a RSA_PRIVATE_KEY pem file after the series of steps u mentioned. > > ie. > openssl base64 -d -A -in key.b64 -

RE: Convert ASCII BER to RSA PRIVATE KEY

2001-10-23 Thread Sabyasachi Gupta
-inform DER -nocrypt Thanks a lot again..This is really urgent for me. -Sabyasachi -Original Message- From: Dr S N Henson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 3:46 PM To: [EMAIL PROTECTED] Subject: Re: Convert ASCII BER to RSA PRIVATE KEY Sabyasachi Gupta wrote

Re: Convert ASCII BER to RSA PRIVATE KEY

2001-10-23 Thread Dr S N Henson
Sabyasachi Gupta wrote: > > Well everytime I try with a Exponent 3 key it produces a zero > byte output file!!! on the other hand when I try with exponent > 65677(whatever) > it generates a binary output file.. > > I am trying hard to somehow convert my Openssl generated rsa exponent 3 keys > so

RE: Convert ASCII BER to RSA PRIVATE KEY

2001-10-23 Thread Sabyasachi Gupta
.!! Thanks for all the help!! -Original Message- From: Dr S N Henson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 2:07 PM To: [EMAIL PROTECTED] Subject: Re: Convert ASCII BER to RSA PRIVATE KEY Sabyasachi Gupta wrote: > > Thanks I tried that. > But openssl base64

Re: Convert ASCII BER to RSA PRIVATE KEY

2001-10-23 Thread Dr S N Henson
Sabyasachi Gupta wrote: > > Thanks I tried that. > But openssl base64 -d -A -in key.b64 -out key.bin > does NOT work for exponent 3 keys!!! > > How do I convert exponent 3 keys.?? > That command just does a base64 decode of the data so the exponent wont matter. What makes you think it doesn't

RE: Convert ASCII BER to RSA PRIVATE KEY

2001-10-23 Thread Sabyasachi Gupta
: Convert ASCII BER to RSA PRIVATE KEY Sabyasachi Gupta wrote: > > Hi, > > Is there a way to convert single line ASCII BER private key (Base 64 > encoded) to > a RSA PRIVATE KEY file which is recognized by Openssl. > Depends on the format. There's various forms it

Re: Convert ASCII BER to RSA PRIVATE KEY

2001-10-23 Thread Dr S N Henson
Sabyasachi Gupta wrote: > > Hi, > > Is there a way to convert single line ASCII BER private key (Base 64 > encoded) to > a RSA PRIVATE KEY file which is recognized by Openssl. > Depends on the format. There's various forms it could be. For a start try converting it to binary form with: openss

Convert ASCII BER to RSA PRIVATE KEY

2001-10-23 Thread Sabyasachi Gupta
Hi, Is there a way to convert single line ASCII BER private key (Base 64 encoded) to a RSA PRIVATE KEY file which is recognized by Openssl. thanks, __ OpenSSL Project http://www.openssl.org User S