Search for password
- Search 9.5.x for password
- Search 8.9.x for password
- Search 10.3.x for password
- Search 11.x for password
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| user_form_test_current_password_submit | function | modules/ |
Submit function for the test form for user_validate_current_pass(). |
| user_hash_password | function | includes/ |
Hash a password using a secure hash. |
| user_password | function | modules/ |
Generate a random alphanumeric password. |
| _password_base64_encode | function | includes/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
| _password_crypt | function | includes/ |
Hash a password using a secure stretched hash. |
| _password_enforce_log2_boundaries | function | includes/ |
Ensures that $count_log2 is within set bounds. |
| _password_generate_salt | function | includes/ |
Generates a random base 64-encoded salt prefixed with settings for the hash. |
| _password_get_count_log2 | function | includes/ |
Parse the log2 iteration count from a stored hash or setting string. |
| _password_itoa64 | function | includes/ |
Returns a string for mapping an int to the corresponding base 64 character. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.