Searched refs:stretched_hash (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/inc/ |
H A D | PassHash.php | 407 protected function stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8) function in dokuwiki\\PassHash 474 return $this->stretched_hash('md5', $clear, $salt, $magic, $compute); 496 return substr($this->stretched_hash('sha512', $clear, $salt, $magic, $compute), 0, 55);
|