GPG automated decryption failing

2019-06-13 Thread Sameera Salih
Hello I am using the below command for automated decryption of PGP files (GNUPG4WIN / Kleoptatra). echo mypassphrase|gpg --logger-file "D:\FileShare\PGPScripts\SFTP\gpglog.log" --pinentry-mode loopback --batch --yes --passphrase-fd 0 --decrypt-files "D:\FileShare\Concur\WIP\*.pgp" However

Re: library intialization error

2019-06-13 Thread Werner Koch
Hi! On Wed, 12 Jun 2019 10:08, hassan.mostaf...@gmail.com said: > # include > > # define AM_PATH_LIBGCRYPT What purpose has this macro? Did you mized something up with a configure macro. Anyway, it is not a problem. > /* intialization success check */ > > gcry_error_t e1 = gcry_control