Chris <Chris@mcg-graphics.com> writes:
> I have aproblem with the GnuPGP software, or it could just be i'm
> thick :-). how would i extract both my public key and private key to a
> text file, all help is greatly thanked in advance
Public key: gpg --export -a key_ID >pub.asc Private Key: echo >sec.asc chmod 600 sec.asc gpg --export-secret-key -a key_ID >>sec.asc -- Werner Koch at guug.de www.gnupg.org keyid 621CC013