security

My GPG Key

I believe in GPG for encryption and signing stuff. Here is my GPG key, which you can use to send me mail.

Read more

PHP XSRF Protection

This week I was in a training course which included how XSRF attacks work and how they can be relatively easily defended against. I did a quick Google search for libraries which provide XSRF protection in a really simple way and came up empty. So I wrote one. This class provides a simple method of protecting form submission from common Cross Site Request Forgery (XSRF) attacks.

Read more