RE: Remove passprase

2002-10-25 Thread Robbert Hardin
Hello Adriano The keypair was generated by a former employee and we can't find the pass phrase. Fortunately it is only used once in our intranet. Thanx, Robbert > -Original Message- > Subject: Re: Remove passprase > What is your problem..? perhaps you can't open th

Re: Remove passprase

2002-10-25 Thread Adriano Devillaine
What is your problem..? perhaps you can't open the PEM file? even if you purchase thecorrect passphrase? Regards, Adriano El vie, 25-10-2002 a las 10:45, Rabellino Sergio escribió: > Robbert Hardin wrote: > > > > Hello Bruno > > > > I tried, but it doesn't work: > > > > # openssl rsa -in cake

Re: Remove passprase

2002-10-25 Thread Bruno Mattarollo
r.pem > generated with openssl if you don't have the PEM pass phrase? > > Cheers, Robbert > > > -Original Message- > > From: Bruno Mattarollo [mailto:bruno.mattarollo@;diala.greenpeace.org] > > Sent: vrijdag 25 oktober 2002 15:26 > > To: [EMAIL

RE: Remove passprase

2002-10-25 Thread Dale
> Let me rephrase my question: > Is it possible to remove or change a PEM pass phrase on keypair.pem > generated with openssl if you don't have the PEM pass phrase? No, that's the point. __ OpenSSL Project

RE: Remove passprase

2002-10-25 Thread Tim Regovich
tion: > Is it possible to remove or change a PEM pass phrase > on keypair.pem > generated with openssl if you don't have the PEM > pass phrase? > > Cheers, Robbert > > > -Original Message- > > From: Bruno Mattarollo > [mailto:bruno.mattarollo@;dia

Re: Remove passprase

2002-10-25 Thread Christian Hohnstaedt
http://www.openssl.org/docs/apps/rsa.html On Fri, Oct 25, 2002 at 03:16:10PM +0200, Robbert Hardin wrote: > Hello All > > Is it possible to remove or chagne a PEM pass phrase on keypair.pem > generated with openssl? > > Kind regards, Robbert >

Re: Remove passprase

2002-10-25 Thread Rabellino Sergio
Robbert Hardin wrote: > > Hello Bruno > > I tried, but it doesn't work: > > # openssl rsa -in cakey.pem -out canokey.pem > read RSA key > Enter PEM pass phrase: > unable to load key > 15251:error:06065064:digital envelope routines:EVP_DecryptFinal:bad > decrypt:/usr/src/secure/lib/libcrypto/../.

RE: Remove passprase

2002-10-25 Thread Robbert Hardin
ve or change a PEM pass phrase on keypair.pem generated with openssl if you don't have the PEM pass phrase? Cheers, Robbert > -Original Message- > From: Bruno Mattarollo [mailto:bruno.mattarollo@;diala.greenpeace.org] > Sent: vrijdag 25 oktober 2002 15:26 > To: [EMAIL PROTECTED]

Re: Remove passprase

2002-10-25 Thread Tim Regovich
Robert, try : openssl rsa -in private-key -out private-key.no-passphrase be very careful with this though. ANyone who gets his hands on priviate-key.no-passphrase can more easily spoof you, so if you have this on an nfs shared mount, or you are accessing the file via any non secure method, anyo

Re: Remove passprase

2002-10-25 Thread Bruno Mattarollo
Hi Robbert! openssl rsa -in keyfile-with-passphrase.pem -out keyfile-without-passphrase.pem IIRC. Cheers /B On Fri, 25 Oct 2002, Robbert Hardin wrote: > Hello All > > Is it possible to remove or chagne a PEM pass phrase on keypair.pem > generated with openssl? > > Kind regards, Robbert > ___