GNUPG and PGP FreeWare 6.5.3

Oliver Bode olibode@optushome.com.au
Fri, 11 Aug 2000 12:09:56 +1000


Hey, I'm sorry,

what you said works correctly. I just had to change it to asci output ie:


> 1. % gpg --edit-key --s2k-cipher-algo=CAST5 --s2k-digest-algo=SHA1 \
> KEY-ID
>
> 2. Change the password (but not to an empty password!). You can just
> change it to what is was before, but gpg will re-encrypt the key
> using an algorithm pgp will understand.
>
> 3. % gpg --export-secret-key --no-comment KEY-ID > key.asc
> % gpg --export --no-comment KEY-ID >> key.asc
gpg --export-secret-key --no-comment -a KEY-ID > key.asc gpg --export --no-comment -a KEY-ID >> key.asc
> 4. Import key.asc into pgp and everything should work fine!
This is excellent and yes I agree it should be in FAQ or somewhere. Well done. -- Archive is at http://lists.gnupg.org - Unsubscribe by sending mail with a subject of "unsubscribe" to gnupg-users-request@gnupg.org