It seems as if I hit the same problem (see T704).
The only way I get decryption working is to run gpg in CygWin environment and
piped the passphrase to gpg.
Example:
PW='secret passphrase'
echo $PW | gpg --passphrase-fd 0 -d <encrypted file> or
cat - | gpg --passphrase-fd 0 -d <encrypted file>
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 4 2006
Oct 4 2006
Oct 2 2006
Oct 2 2006
We need more info. In particular how did you set the passphrase in the first
place (Using WinPT or the command line).
• werner added a project to T584: gpg dont't accecpt passphrases with special char's on Windows: Info Needed.
Jul 31 2006
Jul 31 2006
Most likely fixed:
This was a readline problem. Workaround given.
• werner renamed T530: Fallo al descifrar un fichero de gran tama�o from Fallo al descifrar un fichero de gran tamaño to Fallo al descifrar un fichero de gran tama�o.
What OS are you using?
What version of GnuPG?
How did you invoked gpg for encryption?
Sep 12 2005
Sep 12 2005
Jul 20 2005
Jul 20 2005
From: <sharath.thirunagari@wipro.com>
To: <bug-any@bugs.gnupg.org>, <gnupg-hackers@gnupg.org>,
<gnats-admin@trithemius.gnupg.org>, <wk@gnupg.org>
Cc:
Subject: RE: gnupg/467
Date: Wed, 1 Jun 2005 21:27:12 +0530
Just a short ping.
Can you please send us the config.log?