
kpa at gmx
Oct 4, 1999, 9:48 AM
Post #4 of 4
(353 views)
Permalink
|
|
Re: I'm a total lamer and need urgent help
[In reply to]
|
|
On Mon, Oct 04, 1999 at 03:07:59PM +0100, Chris wrote: > How do i PGP sign and PGP encrypt a text document at the same time I guess you mean GnuPG 'cause this is the GnuPG list... Try this: gpg --encrypt --sign --armor --recipient <recipient> <file> You have to replace <recipient> with your recipient's address or ID ("kpa [at] gmx", for example), and <file> with the name of the file you want to encrypt. Regards, Karsten
|