Joe Korn wrote:
> echo "B!g C^t"| gpg --passphrase -fd 0 --decrypt-files "c:\somefile.gpg"
C:\> echo ^bla
bla
C:\> echo ^^bla
^bla
Would that help?
Alex.
signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@g
Hello All,
I was wondering if someone could help me with an issue I'm having. I
have created my gpg key and passphrase and they work fine until I try
to decrypt a file programmaticaly. My passphrase contains a caret (^)
which is an escape character in DOS. If I use the following code to
try to d