php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
password.stub.php File Reference

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
 

Variable Documentation

◆ PASSWORD_ARGON2_DEFAULT_MEMORY_COST

const PASSWORD_ARGON2_DEFAULT_MEMORY_COST = UNKNOWN

Definition at line 36 of file password.stub.php.

◆ PASSWORD_ARGON2_DEFAULT_THREADS

const PASSWORD_ARGON2_DEFAULT_THREADS = UNKNOWN

Definition at line 46 of file password.stub.php.

◆ PASSWORD_ARGON2_DEFAULT_TIME_COST

const PASSWORD_ARGON2_DEFAULT_TIME_COST = UNKNOWN

Definition at line 41 of file password.stub.php.

◆ PASSWORD_ARGON2_PROVIDER

const PASSWORD_ARGON2_PROVIDER = "standard"

Definition at line 31 of file password.stub.php.

◆ PASSWORD_ARGON2I

const PASSWORD_ARGON2I = "argon2i"

Definition at line 23 of file password.stub.php.

◆ PASSWORD_ARGON2ID

const PASSWORD_ARGON2ID = "argon2id"

Definition at line 27 of file password.stub.php.

◆ PASSWORD_BCRYPT

const PASSWORD_BCRYPT = "2y"

Definition at line 12 of file password.stub.php.

◆ PASSWORD_BCRYPT_DEFAULT_COST

const PASSWORD_BCRYPT_DEFAULT_COST = UNKNOWN

Definition at line 17 of file password.stub.php.

◆ PASSWORD_DEFAULT

const PASSWORD_DEFAULT = "2y"

Definition at line 8 of file password.stub.php.