I have used below command and unable to proceed to decrypt file without prompting a window where user need to enter passphrase. I have checked in google and stackoverflow and did not find solution to my question.
C:\Program Files (x86)\GnuPG\bin>gpg --batch --passphrase-fd < "C:\Temp\test.txt" --decrypt ECUIDs-104066317-2018-03-09-09-10-15-500K_0000000000.bin
gpg: WARNING: no command supplied. Trying to guess what you mean ...
gpg: encrypted with 4096-bit RSA key, ID DA6F981CEBAE94FA, created 2018-01-11
"GMECUPGPEncryption <gmecupgpencryption@xyz.com>"
gpg: public key decryption failed: Operation cancelled
gpg: decryption failed: No secret key
Can someone provide me right input to solve this issue?
Thanks, Srinivas