Searched defs:salt (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/ |
D | PassHash.php | 155 public function init_salt(&$salt, $len = 32, $cut = true) 183 public function hash_smd5($clear, $salt = null) 206 public function hash_lsmd5($clear, $salt = null) 227 public function hash_apr1($clear, $salt = null, $magic = 'apr1') 299 public function hash_ssha($clear, $salt = null) 314 public function hash_crypt($clear, $salt = null) 371 public function hash_kmd5($clear, $salt = null) 407 protected function stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8) 472 public function hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8) 494 public function hash_drupal_sha512($clear, $salt = null, $magic = 'S', $compute = 15) [all …]
|
D | auth.php | 1339 function auth_cryptPassword($clear, $method = '', $salt = null)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
D | PuTTY.php | 96 private static function generateV3Key($password, $flavour, $memory, $passes, $salt)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | Blowfish.php | 500 public static function bcrypt_pbkdf($pass, $salt, $keylen, $rounds)
|