php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Variables | |
const | PASSWORD_DEFAULT = "2y" |
const | PASSWORD_BCRYPT = "2y" |
const | PASSWORD_BCRYPT_DEFAULT_COST = UNKNOWN |
const | PASSWORD_ARGON2I = "argon2i" |
const | PASSWORD_ARGON2ID = "argon2id" |
const | PASSWORD_ARGON2_PROVIDER = "standard" |
const | PASSWORD_ARGON2_DEFAULT_MEMORY_COST = UNKNOWN |
const | PASSWORD_ARGON2_DEFAULT_TIME_COST = UNKNOWN |
const | PASSWORD_ARGON2_DEFAULT_THREADS = UNKNOWN |
const PASSWORD_ARGON2_DEFAULT_MEMORY_COST = UNKNOWN |
Definition at line 36 of file password.stub.php.
const PASSWORD_ARGON2_DEFAULT_THREADS = UNKNOWN |
Definition at line 46 of file password.stub.php.
const PASSWORD_ARGON2_DEFAULT_TIME_COST = UNKNOWN |
Definition at line 41 of file password.stub.php.
const PASSWORD_ARGON2_PROVIDER = "standard" |
Definition at line 31 of file password.stub.php.
const PASSWORD_ARGON2I = "argon2i" |
Definition at line 23 of file password.stub.php.
const PASSWORD_ARGON2ID = "argon2id" |
Definition at line 27 of file password.stub.php.
const PASSWORD_BCRYPT = "2y" |
Definition at line 12 of file password.stub.php.
const PASSWORD_BCRYPT_DEFAULT_COST = UNKNOWN |
Definition at line 17 of file password.stub.php.
const PASSWORD_DEFAULT = "2y" |
Definition at line 8 of file password.stub.php.