Mailing List Archive

GPG help...
I need a bit of assistance with GPG. Basically I want to be able to call the
exe from an ASP page having built the command line in code, however I can't
find a way to pipe the password into the command. Is it possible? I am using
the pre-compiled WinNT executable.

Please cc me since I am not on the mailing list...

Thanks

--
Archive is at http://lists.gnupg.org - Unsubscribe by sending mail
with a subject of "unsubscribe" to gnupg-users-request@gnupg.org
Re: GPG help... [ In reply to ]
On Mon, Aug 07, 2000 at 08:58:55AM +0100, Andy Furnish wrote:
> I need a bit of assistance with GPG. Basically I want to be able to
> call the exe from an ASP page having built the command line in code,
> however I can't find a way to pipe the password into the command. Is
> it possible? I am using the pre-compiled WinNT executable.
>
> Please cc me since I am not on the mailing list...

Try this (from the manpage):

--passphrase-fd n
Read the passphrase from file descriptor n. If
you use 0 for n, the passphrase will be read
from stdin. This can only be used if only
one passphrase is supplied. Don't use this
option if you can avoid it.

--
matt