Predefined Constants
The constants below are always available as part of the PHP core.
-
PASSWORD_BCRYPT(integer) -
PASSWORD_BCRYPTis used to create new password hashes using theCRYPT_BLOWFISHalgorithm. -
PASSWORD_DEFAULT(integer) - The default algorithm to use for hashing if no algorithm is provided. This may change in newer PHP releases when newer, stronger hashing algorithms are supported.
There are no user contributed notes for this page.
