constant FP_HASH_LENGTH
Search API
- 7.x includes/password.inc FP_HASH_LENGTH
- 6.x includes/password.inc FP_HASH_LENGTH
- 5.x includes/password.inc FP_HASH_LENGTH
The expected (and maximum) number of characters in a hashed password.
2 uses of FP_HASH_LENGTH
- user_needs_new_hash in includes/
password.inc - _password_crypt in includes/
password.inc - Hash a password using a secure stretched hash.
File
- includes/
password.inc, line 46 - Secure password hashing functions for user authentication.
Code
define('FP_HASH_LENGTH', 55)