Re: Invoking gpg2.exe from C# script

2011-07-13 Thread Marc Haber
On Tue, July 12, 2011 7:31 pm, Robert J. Hansen wrote: > On 7/12/11 10:48 AM, Marc Haber wrote: >> I would like the user to avoid typing the password each time, but I'm >> not sure of how to call gpg2.exe while providing the passphrase on >> the command line. > &g

Invoking gpg2.exe from C# script

2011-07-12 Thread Marc Haber
Hi guys. I'm currently working on a small C# utility that, among other things, has to decrypt files using GnuPG. I would like the user to avoid typing the password each time, but I'm not sure of how to call gpg2.exe while providing the passphrase on the command line. I tested this but it doesn't se