Advertisement
Guest User

PBKDF2 PHP Function Usage

a guest
Jul 30th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. // example usage
  2. $mysalt = strrev($password);
  3. $hash = $this->pbkdf2('sha1', $password, $mysalt, 1000, 16);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement