Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. // example usage
  2. $mysalt = strrev($password);
  3. $hash = $this->pbkdf2('sha1', $password, $mysalt, 1000, 16);