DrupalPass (DrupalPass v0.1.0)
Drupal Password Check Based on 'includes/password.inc'
Link to this section Summary
Functions
equivalent CheckPassword
loop hasing password with salt
password encryption
extract salt from stored hash
Link to this section Functions
Link to this function
check_password(password, stored_hash)
equivalent CheckPassword
DrupaPass.check_password(<password>, <stored_hash>) return true or false
Link to this function
get_hash(algo, password, salt, count)
loop hasing password with salt
Link to this function
get_password_hash(password, stored_hash)
password encryption
Link to this function
get_salt(stored_hash)
extract salt from stored hash