Hi Martin--
On Wed 2016-10-26 16:21:48 -0400, Martin T wrote:
> let's say that Alice from company A and Bob from company B need to
> exchange some private data with each other. Alice and Bob need to
> encrypt data just that one time, they do not belong to web-of-trust,
> but both company A and co
Hi,
let's say that Alice from company A and Bob from company B need to
exchange some private data with each other. Alice and Bob need to
encrypt data just that one time, they do not belong to web-of-trust,
but both company A and company B websites are trusted by certification
authority, secure and
Thanks Peter for your reply. When i tried adding "--pinentry-mode loopback"
in the argument, i dont get the pinentry dialog but it says:
*gpg: encrypted with 2048-bit RSA key, ID 035A38377BE10CD8, created
2016-09-23*
* "XXX Inc. "*
*gpg: public key decryption failed: Bad passphrase*
*gpg: dec
On 25/10/16 05:06, Amitesh Mishra wrote:
> 1. Added the passphrase to the perl script in the following manner
>
> system ("type $PASSFILE | gpg --no-tty --batch --passphrase-fd 0 --output
> $CONTACTDECRYPT --yes --decrypt $CONTACTTARGET");
You need to add "--pinentry-mode loopback" to the argume
On Tue 2016-10-25 19:18:40 -0400, Bonthu, Janardhan wrote:
> .Net WCF service development issues with GPG.
>
> I am using GPG for Encryption and Decryption of the message, however,
> I could not decrypt the message in WCF service hosted in IIS. But I
> can decrypt using the same code in console ap
Hello Team,
.Net WCF service development issues with GPG.
I am using GPG for Encryption and Decryption of the message, however, I could
not decrypt the message in WCF service hosted in IIS. But I can decrypt using
the same code in console application.
Please check the same and do the needful.