Release: v1.4.4
Environment
Windows 2003 Server
Description
When following the documentation to pipe the passphrase to the decrypt command,
type passphrase | gpg --passphrase-fd 0 OPTIONS COMMAND
will always get the usage error.
gpg [options] [command]
How To Repeat
Install v1.4.4 (or v1.4.1, v1.4.2) on a Windows 2003 Server. Create a key pair. Export the public key. Encrypt a file with the public key. Try the decrypt command piping the passphrase.
Fix
Unknown