Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DPassHash.php676 public function hash_bcrypt($clear, $salt = null, $compute = 10) function in dokuwiki\\PassHash
703 return 'Bcrypt:' . $this->hash_bcrypt($clear, $salt);
/dokuwiki/
H A Dinstall.php416 $pass = $phash->hash_bcrypt($d['password']);