Archive for June, 2003

Mathematic Links

Comments

GnuPG PHP Class

Here’s a quick little class I wrote to encrypt text files from a web-server using GnuPG. I’ll post updates to it as the code improves, but this was a simple and useful start that helped me encrypt messages and then send them via email from the webserver.

Some uses could be:

  • Encrypt and send credit card information via email without storing the numbers on the server
  • Encrypt and send sales order information
  • Encrypt and send membership information
  • Encrypt and send database and server statististics
  • …basically anything you don’t want others to see! ;-)

<

p> Read the rest of this entry »

Comments