Re: Base64-encoded public key convert to PEM

2009-07-29 Thread Dr. Stephen Henson
On Tue, Jul 28, 2009, Bizhan Gholikhamseh (bgholikh) wrote: > > > > HI ALL, > > I have a binary format of a public key which is in > > "BASE64-encoded public key in RSA PKCS#1 format". > > How could I convert that to a PEM format? > > > Here is another data set: > TO get the binary format I r

RE: Base64-encoded public key convert to PEM

2009-07-28 Thread Bizhan Gholikhamseh (bgholikh)
> HI ALL, > I have a binary format of a public key which is in > "BASE64-encoded public key in RSA PKCS#1 format". > How could I convert that to a PEM format? > Here is another data set: TO get the binary format I ran the following command: openssl asn1parse -inform d -in key.bin 0:d=0

Base64-encoded public key convert to PEM

2009-07-28 Thread Bizhan Gholikhamseh (bgholikh)
HI ALL, I have a binary format of a public key which is in "BASE64-encoded public key in RSA PKCS#1 format". How could I convert that to a PEM format? Many thanks in advance, Bizhan __ OpenSSL Project