RE: Change password on RSA key

2005-04-29 Thread Oliver
In addition to -des3; -aes128 -aes192 or -aes256 are optional too. Oliver -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Wilde Sent: 29 April 2005 13:36 To: openssl-users@openssl.org Subject: RE: Change password on RSA key > Subject: Re: Cha

RE: Change password on RSA key

2005-04-29 Thread James Wilde
> Subject: Re: Change password on RSA key > > > > openssl rsa -in oldkey.pem -out newkey.pem -des3 Ah, thanks, Steve. -des3 I didn't see. //James __ OpenSSL Project http://

Re: Change password on RSA key

2005-04-29 Thread Dr. Stephen Henson
On Fri, Apr 29, 2005, James Wilde wrote: > I've gone through the obvious places in the openssl documentation and > done a bit of googling but nothing has come to light. > > Is it possible to create an RSA key pair and subsequently change the > password of the private key? I have found out how to

Change password on RSA key

2005-04-29 Thread James Wilde
I've gone through the obvious places in the openssl documentation and done a bit of googling but nothing has come to light. Is it possible to create an RSA key pair and subsequently change the password of the private key? I have found out how to take the password away completely, and I've tried s