Home
last modified time | relevance | path

Searched refs:salt (Results 1 – 6 of 6) sorted by path

/dokuwiki/inc/
H A DPassHash.php21 * The method and salt used for the crypted hash is determined automatically,
35 $salt = '';
38 //determine the used method and salt
48 $salt = $m[1];
52 $salt = $m[1];
56 $salt = $m[1];
60 $salt = $m[1];
64 $salt = $m[1];
69 $salt = $m[3];
73 $salt
157 init_salt(& $salt, $len = 32, $cut = true) global() argument
184 hash_smd5($clear, $salt = null) global() argument
206 hash_lsmd5($clear, $salt = null) global() argument
226 hash_apr1($clear, $salt = null, $magic = 'apr1') global() argument
295 hash_ssha($clear, $salt = null) global() argument
309 hash_crypt($clear, $salt = null) global() argument
363 hash_kmd5($clear, $salt = null) global() argument
398 stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8) global() argument
462 hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8) global() argument
483 hash_drupal_sha512($clear, $salt = null, $magic = 'S', $compute = 15) global() argument
498 hash_hmd5($clear, $salt = null, $magic = 'H', $compute = 8) global() argument
514 hash_djangosha1($clear, $salt = null) global() argument
531 hash_djangomd5($clear, $salt = null) global() argument
553 hash_seafilepbkdf2($clear, $salt = null, $opts = array()) global() argument
589 hash_djangopbkdf2($clear, $salt = null, $opts = array()) global() argument
621 hash_djangopbkdf2_sha256($clear, $salt = null, $opts = array()) global() argument
635 hash_djangopbkdf2_sha1($clear, $salt = null, $opts = array()) global() argument
657 hash_bcrypt($clear, $salt = null, $compute = 10) global() argument
687 hash_sha2($clear, $salt = null, $opts = array()) global() argument
713 hash_sha512($clear, $salt = null, $opts = []) global() argument
719 hash_sha256($clear, $salt = null, $opts = []) global() argument
736 hash_mediawiki($clear, $salt = null) global() argument
[all...]
H A Dauth.php369 * @param bool $addsession if true, the sessionid is added to the salt
386 $salt = io_readFile($file);
387 if (empty($salt)) {
388 $salt = bin2hex(auth_randombytes(64));
389 io_saveFile($file, $salt);
392 $salt .= session_id();
394 return $salt;
1300 * Encrypts a password using the given method and salt
1302 * If the selected method needs a salt and none was given, a random one
1309 * @param string $salt
1209 auth_cryptPassword($clear, $method = '', $salt = null) global() argument
[all...]
/dokuwiki/inc/lang/tr/
H A Dread.txt1 Bu sayfa salt okunur. Kaynağı görebilirsiniz ama değiştiremezsiniz. Bunun yanlış olduğunu düşünüyorsanız yöneticiye danışın.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DBlowfish.php21 * the expansion 129 times for each round, with the first key expansion interleaving the salt
75 * constantly XOR'ing every _encryptBlock() parameter against the salt prior _encryptBlock()'s
526 * @param string $salt
532 public static function bcrypt_pbkdf($pass, $salt, $keylen, $rounds)
544 $countsalt = $salt . pack('N', $count++);
564 * Key expansion without salt
636 * Key expansion with salt
570 bcrypt_pbkdf($pass, $salt, $keylen, $rounds) global() argument
H A DRSA.php116 * Uses sha256 and 0 as the salt length
167 * Length of salt
774 * Determines the salt length
780 * Typical salt lengths in octets are hLen (the length of the output
793 * Returns the salt length currently being used