RE: Use of Passphrase Callback

2017-10-09 Thread SHARMA Sandhya (MORPHO)
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

RE: Use of Passphrase Callback

2017-09-26 Thread SHARMA Sandhya (MORPHO)
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

Use of Passphrase Callback

2017-09-22 Thread SHARMA Sandhya (MORPHO)
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

Signing data with user specified Key

2017-09-14 Thread SHARMA Sandhya (MORPHO)
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_

Invalid Crypto Error

2017-07-27 Thread SHARMA Sandhya (MORPHO)
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