Page 1 of 1

Gnupg Implementation Issue

Posted: Wed Mar 19, 2008 6:33 pm
by James107
I am attempting to implement the GNUPG PHP extension on my server. Everything is installed correctly but when I attempt to call any of the class commands to encrypt or decrypt I get a "get_key failed" error. I gave apache permissions to the key directory and verified that I am implementing the correct fingerprint. I am using the "gnupg_addencryptkey()" command before I attempt encryption.

Thanks for any help!

Re: Gnupg Implementation Issue

Posted: Wed Mar 19, 2008 7:33 pm
by www.WeAnswer.IT
Are you using GPGME? If not, you should try that first.

Re: Gnupg Implementation Issue

Posted: Thu Mar 20, 2008 2:47 pm
by James107
www.WeAnswer.IT wrote:Are you using GPGME? If not, you should try that first.
GPGME has already been installed. The GPG command works fine it is just the GNUPG PHP module.