Archive for December, 2011
Password Hashing Class v1.3
I’m pleased to present version 1.3 of my password hashing class. I’ve added support for PBKDF2 and cleaned up a few things in the code. I’m using base64 to encode the hash rather than hex now, so this also drops the size of the derived hash from 144 characters down to 104, which makes it that much leaner for the database.