> > 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
>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,
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
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