Page MenuHome GnuPG

gpg:encrypted with ELG-E Key, ID 111 gpg:decryption failed: secret key not available
Closed, InvalidPublic

Description

FTPing pgp files manual using WSFTP tool, the files from vendor get decrypted,
When trying to decrypt it using a script we get the following error.

1: ::WebUser:abc@xyz.com::
2: Name of job : Concur Payment download for NA
3: Date / Time of job : 02/20/2008 2:00 am
4: Question or Concern including error messages : Unable to decrypt the pgp
file for North America. Files for other countries are successfully being
decrypted.
5: Additional information : Below is the batch file, I am tring to execute...
@echo on ftp -n -i -s:\\corpent09
\psoftdata$\prod\interfaces\CONCUR\scripts\ftp_concur_payment_download_NA_debug.
txt > \\corpent09\psoftdata$\prod\interfaces\CONCUR\scripts\output_NA_debug.txt
copy /Y \\corpent09
\psoftdata$\prod\interfaces\CONCUR\extract_No_America_p00111tgaz_*.pgp
\\corpent09
\psoftdata$\prod\interfaces\CONCUR\backup\extract_No_America_p00111tgaz_*.pgp
pause echo PGP!23| \\corpent09\psoftdata$\prod\Interfaces\CONCUR\Scripts\gpg -
o\\corpent09\psoftdata$\prod\Interfaces\CONCUR\concur_txn_feed.txt --passphrase-
fd 0 --decrypt \\corpent09
\psoftdata$\prod\Interfaces\CONCUR\extract_no_america_p00111tgaz_*.pgp pause
del \\corpent09
\psoftdata$\prod\Interfaces\CONCUR\extract_No_America_p00111tgaz_*.pgp
***Below is the error** gpg:encrypted with ELG-E Key, ID 6694C076
gpg:decryption failed: secret key not available

Event Timeline

Sorry, I doubnt that we can help you. Though you posted a .bat file, that one
uses a couple of other scripts or programs to do its works. Thus we can't know
how it employs gpg. You might want to ask on the gnupg-users@gnupg.org mailing
list.

Check that the passphrase is correct and that the secret key is available. It
is possible that the script uses a different keyring. You probably need to
modify the script to debug it.

werner lowered the priority of this task from Unbreak Now! to Normal.
werner removed a project: Bug Report.