Reminder
From: SHARMA Sandhya (MORPHO)
Sent: Tuesday, September 26, 2017 5:35 PM
To: 'gnupg-users@gnupg.org'
Subject: RE: Use of Passphrase Callback
Hello,
Does anyone has idea how to implement this.
As I have urgent business need to do it ASAP.
Thanks,
Sandhya
From: SHARMA Sandh
Hello,
Does anyone has idea how to implement this.
As I have urgent business need to do it ASAP.
Thanks,
Sandhya
From: SHARMA Sandhya (MORPHO)
Sent: Friday, September 22, 2017 6:21 PM
To: 'gnupg-users@gnupg.org'
Subject: Use of Passphrase Callback
Hello,
I am Using gnupg on window
Hello,
I am Using gnupg on windows and want to use "Passphrase Callback" functionality
to input password for private key.
My current lines of code is:
error = gpgme_set_pinentry_mode(context,GPGME_PINENTRY_MODE_LOOPBACK);
gpgme_passphrase_cb_t func = &passphrase_callback;
gpgme_pinentry_mode_t pi
Hello,
I am using GPG4Win and have to sign data with a specified key through my code
in C++.But I didn't find much help on how to specify key for signing data in
GPG document.
Please find the below lines of code I am using for signing data:
error = gpgme_op_sign(context,Plaindata,Signdata,GPGME_
Hello All,
I have to use GPG for windows.For that i have installed GPG4Win in my system
and try to use it through C++ code using DLL libgpgme-glib-11.
Getting "Invalid crytpto Engine" while calling "gpgme_engine_check_version".
Plz find the code snippet::
void _stdcall LoadGPG()
{
gpgme_error_t