Password Hashing
Introduction
The password hashing API provides an easy to use wrapper around crypt() and some other password hashing algorithms, to make it easy to create and manage passwords in a secure manner.
- Installing/Configuring
- Predefined Constants
- Password Hashing Functions
- password_algos — Get available password hashing algorithm IDs
- password_get_info — Returns information about the given hash
- password_hash — Creates a password hash
- password_needs_rehash — Checks if the given hash matches the given options
- password_verify — Verifies that a password matches a hash
↑ and ↓ to navigate • Enter to select • Esc to close • / to open