On Mon, 26 Sep 2005 13:28:20 -0700 (PDT), Guitar Bench said:

> --- Peter Palfrader <[EMAIL PROTECTED]> wrote:

>> gpg --textmode --cipher-algo 3DES <file>
>> --recipient $foo --encrypt
>> because those are the options used by Echolot, a
>> remailer pinger.

> I spent several hours testing that command line and
> every permutation I could think of without having GPG

The above line won't work unless "<file" is meant.  gpg does not allow
to mix options with arguments.  Use

gpg --textmode --cipher-algo 3DES --recipient $foo --encrypt <file>



Shalom-Salam,

   Werner


_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to