Re: _almost_ working, now a command line question...

2008-03-04 Thread Maury Markowitz
On Mon, Mar 3, 2008 at 5:23 PM, John Clizbe [EMAIL PROTECTED] wrote: Been a part of gnupg 1.x for ages. I tested it on XP with GnuPG 1.4.8 gpg --batch --passphrase-file --output --decrypt Frigging frig! I had download 1.2.2! Where the heck did I get that?! Everything is working perfectly

Re: _almost_ working, now a command line question...

2008-03-03 Thread Maury Markowitz
Holy smokes, this is much more annoying than I thought possible! Using either the | and methods of passing in the passphrase works from the CMD window and I can decrypt the file fine. Even cutting and pasting the command string in works fine. But when I shell the exact same line of text (which

re: _almost_ working, now a command line question...

2008-03-03 Thread vedaal
Maury Markowitz (maury.markowitz at gmail.com) wrote on Mon Mar 3 17:44:29 CET 2008 : Reading passphrase from file descriptor 0 ... And then just sits there. Perhaps I can't call a pipe or redirect in the VBA shell command; if try I'm pretty much sunk unless I can get --passphrase-file to work.

Re: _almost_ working, now a command line question...

2008-03-03 Thread Maury Markowitz
On Mon, Mar 3, 2008 at 12:53 PM, [EMAIL PROTECTED] wrote: --passphrase string where 'string' is your actual passphrase Worth a try, but: gpg: failed to translate osfhandle 004A Maury ___ Gnupg-users mailing list Gnupg-users@gnupg.org

Re: _almost_ working, now a command line question...

2008-03-03 Thread John Clizbe
Maury Markowitz wrote: And then just sits there. Perhaps I can't call a pipe or redirect in the VBA shell command; if try I'm pretty much sunk unless I can get --passphrase-file to work. And it doesn't. Option order is sometimes important Is --passphrase-file a feature of 2.0 only? If so, is

Re: _almost_ working, now a command line question...

2008-03-03 Thread SeidlS
Re: _almost_ working, now a command line question... Please respond

Re: _almost_ working, now a command line question...

2008-03-03 Thread John Clizbe
[EMAIL PROTECTED] wrote: Can you try it when streaming data to GnuPG? The following command did not work for me: echo TEST |gpg --clearsign -a --passphrase-file passfile Output: Reading passphrase from file descriptor 3 You need a passphrase to unlock the secret key for user: XXX

Re: _almost_ working, now a command line question...

2008-03-03 Thread Sven Radde
Hi! John Clizbe schrieb: Using the Gnu version of echo with the suppress newline option 'echo -n' to create passfile is also an option, probably the best. FWIW, I just created a text file using *notepad*, containing 1234567890 (without pressing enter after that line, and without the

Re: _almost_ working, now a command line question...

2008-03-01 Thread Sven Radde
Hi! Am Freitag, den 29.02.2008, 15:10 -0500 schrieb Maury Markowitz: O:\Utilitiesecho o:\apricing\pass.txt | ... Try type o:\apricing\pass.txt | ... if you really want to do it this way. cu, Sven ___ Gnupg-users mailing list Gnupg-users@gnupg.org

Re: _almost_ working, now a command line question...

2008-02-29 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From: Maury Markowitz Date: Fri, 29 Feb 2008 15:10:47 -0500 Subject: _almost_ working, now a command line question... All that's left now is to fully automate this, and my Windows CMD noobishness is an issue. Here's my command line:

Re: _almost_ working, now a command line question...

2008-02-29 Thread John Clizbe
Maury Markowitz wrote: So after finally deciding to trust that gpg was giving me an accurate error, and that the passphrase really was wrong, I spend the last week scaring up someone within the labyrinths that could actually change the key to the one that we know works. Presto! Working file.