Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Password

Открытые статические члены

static equals ($hash, $password, $original=true)
 
static needRehash ($hash)
 
static hash ($password, $salt=null)
 

Подробное описание

См. определение в файле password.php строка 11

Методы

◆ equals()

static equals ( $hash,
$password,
$original = true )
static

Compares a hash and a(n) (original) password.

Аргументы
string$hashHash of the password.
string$passwordUser supplied password.
bool$original
Возвращает
bool

См. определение в файле password.php строка 20

◆ hash()

static hash ( $password,
$salt = null )
static

Hashes a password using SHA-512 by default.

Аргументы
string$password
null | string$saltIf null, will be generated
Возвращает
string

См. определение в файле password.php строка 82

◆ needRehash()

static needRehash ( $hash)
static

Determines if a password needs to be rehashed.

Аргументы
string$hashHash of the password.
Возвращает
bool

См. определение в файле password.php строка 55