Re: ways to ensure that GPG public key belongs to right person in business to business communication

2016-10-26 Thread Daniel Kahn Gillmor
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

ways to ensure that GPG public key belongs to right person in business to business communication

2016-10-26 Thread Martin T
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

Re: pinentry dialog

2016-10-26 Thread Amitesh Mishra
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

Re: pinentry dialog

2016-10-26 Thread Peter Lebbing
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

Re: Cant decrypt in IIS hosted wcf service but works fine in console

2016-10-26 Thread Daniel Kahn Gillmor
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

Cant decrypt in IIS hosted wcf service but works fine in console

2016-10-26 Thread Bonthu, Janardhan
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.