Skip to content

Instantly share code, notes, and snippets.

@jkmickelson
jkmickelson / bCryptic.php
Created September 6, 2012 20:40
PHP 5.3+ bCryptic class (bcrypt, php, drupal 7)
/**
* bCryptic by Jonathan K Mickelson <jkmickelson.com>
* This code is released in the public domain.
* (Enhanced from Bcrypt original by Marco Arment <me@marco.org>)
*
* THERE IS ABSOLUTELY NO WARRANTY.
*
* Usage example:
*
* // In a registration or password-change form: