Costanti predefinite
Le costanti qui elencate sono sempre disponibili in quanto parte del core di PHP.
-
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.
