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.
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
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
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