Home
last modified time | relevance | path

Searched refs:hash_bcrypt (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/
H A Dinstall.php416 $pass = $phash->hash_bcrypt($d['password']);
/dokuwiki/inc/
H A DPassHash.php673 public function hash_bcrypt($clear, $salt = null, $compute = 10)
657 public function hash_bcrypt($clear, $salt = null, $compute = 10) { global() function in dokuwiki\\PassHash