constant FP_HASH_COUNT

  1. 6.x includes/password.inc FP_HASH_COUNT
  2. 5.x includes/password.inc FP_HASH_COUNT

The standard log2 number of iterations for password stretching. This should increase by 1 every major FlightPath version in order to counteract increases in the speed and power of computers available to crack the hashes.

2 uses of FP_HASH_COUNT
user_hash_password in includes/password.inc
Hash a password using a secure hash.
user_needs_new_hash in includes/password.inc

File

includes/password.inc, line 31
Secure password hashing functions for user authentication.

Code

define('FP_HASH_COUNT', 15)