Simple PHP 5.3+ Bcrypt class and functions — Gist
december 2011 by soypunk
This is a very simple wrapper for bcrypt (see: http://codahale.com/how-to-safely-store-a-password/) -- sadly it requires PHP 5.3. Maybe not so sadly because this is one of those technology fundamentals that may force those on PHP 5.2 to move the needle up a little faster.
php
security
bcrypt
for-oris
december 2011 by soypunk