Re: Decrypting RSA Private Key

2005-06-22 Thread Dr. Stephen Henson
On Wed, Jun 22, 2005, Nick G. wrote: > > WRT Apache I did verify that OpenSSL can read the keys I created using: > > openssl genrsa -out clr.rsa 1024 > then > openssl pkcs8 -v1 PBE-MD5-DES -in clr.rsa -topk8 -out enc.des.v1.pkcs8 > or > openssl pkcs8 -v2 des -in clr.rsa -topk8 -out enc.des.v2.

RE: Decrypting RSA Private Key

2005-06-22 Thread David C. Partridge
Strictly speaking 1.2.840.113549.1.5.13 is the OID for the "PBES2 encryption scheme" from PKCS#5 V2. Dave __ OpenSSL Project http://www.openssl.org User Support Mailing Listope

Re: Decrypting RSA Private Key

2005-06-22 Thread Nick G.
Dr. Stephen Henson wrote: On Tue, Jun 21, 2005, Nick G. wrote: Hello, I have a need to read an encrypted RSA Private Key generated using openssl with a java program. I have included some background at the end of this message, but my question is basically: how is the pass phrase converted int

Re: Decrypting RSA Private Key

2005-06-21 Thread Dr. Stephen Henson
On Tue, Jun 21, 2005, Nick G. wrote: > Hello, > I have a need to read an encrypted RSA Private Key generated using > openssl with a java program. I have included some background at the end > of this message, but my question is basically: how is the pass phrase > converted into the key part? I ca