gpg command
David Shaw
dshaw at jabberwocky.com
Tue Mar 4 17:41:23 CET 2008
On Mon, Mar 03, 2008 at 09:07:47AM +0800, Elmer Espinosa wrote:
> To whom it may concern,
>
> I'm new with GNUPG. I used the command gpg -s file to encrypt the file. to
> decrpyt the file I used gpg -d file, but the output appear only in the
> command prompt I was to save it in my local disk I've tried adding the path
> of the file but it doesn't work any can help me with this.
You want the -o option, as in "gpg -o output-goes-here.gpg -e
file-to-encrypt"
Note that "-s" doesn't encrypt. It signs.
David
More information about the Gnupg-users
mailing list