Re: --throw-keyid and -R options

2005-09-26 Thread privacy.at Anonymous Remailer
> > Is there any difference between the effects of following commands? > > > > gpg -e -R alice -R bob file > > > > gpg -e -r alice -r bob --throw-keyid file > > Since you are using -R (which does a per-recipient --throw-keyid) for > both recipients, there is no difference between the two comman

--throw-keyid and -R options

2005-09-25 Thread vedaal
>Message: 2 >Date: Wed, 21 Sep 2005 15:46:12 +0200 (CEST) >From: "privacy.at Anonymous Remailer" >Is there any difference between the effects of following commands? > >gpg -e -R alice -R bob file > >gpg -e -r alice -r bob --throw-keyid file if you do not routinely additionally encrypt to self,

Re: --throw-keyid and -R options

2005-09-24 Thread David Shaw
On Wed, Sep 21, 2005 at 03:46:12PM +0200, privacy.at Anonymous Remailer wrote: > > Is there any difference between the effects of following commands? > > gpg -e -R alice -R bob file > > gpg -e -r alice -r bob --throw-keyid file Since you are using -R (which does a per-recipient --throw-keyid) f

--throw-keyid and -R options

2005-09-24 Thread privacy.at Anonymous Remailer
Is there any difference between the effects of following commands? gpg -e -R alice -R bob file gpg -e -r alice -r bob --throw-keyid file And when I abbreviate --throw-keyid to --throw or --throw-keyi even, I get the error: gpg: Option "--throw-key" is ambiguous There is nothing else that st