_almost_ working, now a command line question...
John Clizbe
JPClizbe at tx.rr.com
Sat Mar 1 00:20:04 CET 2008
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.
>
> Lesson learned: You CAN simply copy binary key files from pgp to gpg,
> which is really nice.
>
> All that's left now is to fully automate this, and my Windows CMD
> noobishness is an issue. Here's my command line:
>
> O:\Utilities>echo o:\apricing\pass.txt | o:\utilities\gpg --homedir o:\utilities
> \ --passphrase-fd 0 --load-extension o:\utilities\idea.dll -o "o:\apricing\morga
> n_cds_20080229.txt" -d "o:\apricing\24476.txt.pgp"
>
> And here are the results (slightly trimmed to protect the innocent):
<snip>
>
> pass.txt absolutely has the right key in it. I tried both | and >, the
> later did nothing at all (which I guess makes sense).
>
> Anything obvious here?
You could try
--passphrase-file o:\apricing\pass.txt
after removing --passphrase-fd
This is *very* sensitive to line endings. I had to run dos2unix on the
passphrase file before the command would work. DIR or 'ls -l' on the passphrase
file should show a length one greater than the character count in the passphrase
(just <LF>). Windows will create the file with <CR><LF> and the <CR> will muck
things up.
You may also wish to include --batch on the command line.
--
John P. Clizbe Inet: JPClizbe (a) tx DAWT rr DAHT con
Ginger Bear Networks hkp://keyserver.gingerbear.net
"Be who you are and say what you feel because those who mind don't matter
and those who matter don't mind." - Dr Seuss, "Oh the Places You'll Go"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 658 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20080229/cb704625/attachment.pgp>
More information about the Gnupg-users
mailing list