PHKP: A PHP HKP implementation

I just released some very preliminary code for another toy project, PHKP. PHKP is an implementation of the OpenPGP HTTP Keyserver Protocol (HKP) in PHP. It allows people to serve a PGP keyserver on most webservers, provided that the webserver has GnuPG and PHP with exec() enabled. It supports all the basic keyserver operations (searching, retrieving, and submitting keys).

Leave a Reply