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!
Gnupg Implementation Issue
Moderator: General Moderators
-
www.WeAnswer.IT
- Forum Newbie
- Posts: 24
- Joined: Wed Mar 19, 2008 6:33 pm
Re: Gnupg Implementation Issue
Are you using GPGME? If not, you should try that first.
Re: Gnupg Implementation Issue
GPGME has already been installed. The GPG command works fine it is just the GNUPG PHP module.www.WeAnswer.IT wrote:Are you using GPGME? If not, you should try that first.