Search code examples
phpwampservergnupg

GnuPG on Wampserver


Can you please tell me how do I install and use GnuPG on wampserver ? I seriously want that.

I hope this question comes under stackoverflow. If not please close this but please dont downvote me :(


Solution

  • You can get GnuPG as a PECL package here: http://pecl.php.net/package/gnupg

    It looks like you'll need to compile it yourself though. It comes with a config.m4 file, so you'll probably want to use autotools (cygwin?).

    Instructions on how to install it are here: http://www.php.net/manual/en/install.pecl.windows.php

    It sounds like you just have to put the .dll you compile in the correct directory.

    You'll also need to install GnuPGME: http://www.gnupg.org/gpgme.html

    One of the commenters on php.net wasn't able to get it to install, so it might not work anyway..