Re: rsa key generating with passphrase

2004-02-29 Thread Dr. Stephen Henson
On Sun, Feb 29, 2004, Claus Nagel wrote: > hello, I hope someone can help me with the following problem: > I'm trying to generate a rsa key pair in perl using the Crypt::RSA module. > this works fine so far. I am converting the resulting private key into PEM > format and it is checked ok by 'opens

rsa key generating with passphrase

2004-02-29 Thread Claus Nagel
hello, I hope someone can help me with the following problem: I'm trying to generate a rsa key pair in perl using the Crypt::RSA module. this works fine so far. I am converting the resulting private key into PEM format and it is checked ok by 'openssl rsa -in private.pem -check'. now i want this pr