Related Functions
password_hash
PHP 5.5.0+Creates secure password hashes using modern cryptographic algorithms, automatically generating salts and encoding all necessary verification data within the returned hash string.
Description
The password_hash()
Creates secure password hashes using modern cryptographic algorithms, automatically generating salts and encoding all necessary verification data within the returned hash string.
Example