getting an encrypted file to show what public key was used

2012-05-29 Thread Steven Lefevre
I am using gnupg via PHP's wrapper for it. I am sending an ecrypted files to remote hosts, using two different keys for the respective hosts. One host can decrypt the file properly, but the other host cannot. I am trying to troubleshoot this bug. Of course, I do not have the private keys from the

Re: getting an encrypted file to show what public key was used

2012-05-29 Thread Steven Lefevre
On Tue, May 29, 2012 at 11:28 AM, Robert J. Hansen r...@sixdemonbag.org wrote:        1.  His correspondent said use certificate 0xF1940956.        2.  He did a gpg --recv-key 0xF1940956.        3.  Quaero Corporation already has a certificate with the            short ID of 0xF1940956 on

Re: getting an encrypted file to show what public key was used

2012-05-29 Thread Steven Lefevre
On Tue, May 29, 2012 at 3:29 PM, Werner Koch w...@gnupg.org wrote: On Tue, 29 May 2012 19:54, lefevre...@osu.edu said: This is, not surprisingly, the case. There was bad logic in my script and somehow, somewhere, it's using the wrong key for this particular Speaking of scripts:  Scripts