Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DBlowfish.php462 * @param string $sha2salt
466 private static function bcrypt_hash($sha2pass, $sha2salt) argument
473 $sha2salt = array_values(unpack('N*', $sha2salt));
475 self::expandstate($sha2salt, $sha2pass, $sbox, $p);
477 self::expand0state($sha2salt, $sbox, $p);
513 $sha2salt = hash('sha512', $countsalt, true);
514 $out = $tmpout = self::bcrypt_hash($sha2pass, $sha2salt);
516 $sha2salt = hash('sha512', $tmpout, true);
517 $tmpout = self::bcrypt_hash($sha2pass, $sha2salt);