Lines Matching +full:password -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

8  * Password Hashing Class
19 * Verifies a cleartext password against a crypted hash
22 * then the clear text password is crypted using the same method. If both hashs
28 * @param string $clear Clear-Text password
40 // This may be an updated password from user_update_7000(). Such hashes
164 // Password hashing methods follow below
167 * Password hashing method 'smd5'
181 * @return string Hashed password
196 * Password hashing method 'lsmd5'
204 * @return string Hashed password
213 * Password hashing method 'apr1'
225 * @return string Hashed password
265 * Password hashing method 'md5'
270 * @return string Hashed password
278 * Password hashing method 'sha1'
283 * @return string Hashed password
291 * Password hashing method 'ssha' as used by LDAP
297 * @return string Hashed password
306 * Password hashing method 'crypt'
312 * @return string Hashed password
321 * Password hashing method 'mysql'
328 * @return string Hashed password
347 * Password hashing method 'my411'
352 * @return string Hashed password
360 * Password hashing method 'kmd5'
369 * @return string Hashed password
382 * Password stretched hashing wrapper.
384 * Initial hash is repeatedly rehashed with same password.
405 * @return string Hashed password
455 * Password hashing method 'pmd5'
470 * @return string Hashed password
478 * Password hashing method 'drupal_sha512'
484 * @link https://api.drupal.org/api/drupal/includes%21password.inc/7.x
492 * @return string Hashed password
516 * Password hashing method 'djangosha1'
525 * @return string Hashed password
534 * Password hashing method 'djangomd5'
543 * @return string Hashed password
552 * Password hashing method 'seafilepbkdf2'
556 * Hash algorithm is the string that is in the password string in seafile
565 * @return string Hashed password
594 * Password hashing method 'djangopbkdf2'
602 * @return string Hashed password
635 * @return string Hashed password
650 * @return string Hashed password
674 * @return string Hashed password
696 * Password hashing method 'woltlab'
711 * Password hashing method SHA-2
723 * @return string Hashed password
767 * Password hashing method 'mediawiki'
776 * @return string Hashed password
786 * Password hashing method 'argon2i'
788 * Uses php's own password_hash function to create argon2i password hash
791 * @link https://www.php.net/manual/de/function.password-hash.php
794 * @return string Hashed password
805 * Password hashing method 'argon2id'
807 * Uses php's own password_hash function to create argon2id password hash
810 * @link https://www.php.net/manual/de/function.password-hash.php
813 * @return string Hashed password
826 * This is not directly used as password hashing method, and thus isn't callable via the
828 * password hashing methods.