PHP Интерфейс Pop\Crypt\CryptInterface

Автор: Nick Sagona, III ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
create ( string $string ) : string Method to create the hashed value
getSalt ( ) : string Method to get the salt
setSalt ( string $salt = null ) : self Method to set the salt
verify ( string $string, string $hash ) : boolean Method to create the hashed value

Описание методов

create() публичный Метод

Method to create the hashed value
public create ( string $string ) : string
$string string
Результат string

getSalt() публичный Метод

Method to get the salt
public getSalt ( ) : string
Результат string

setSalt() публичный Метод

Method to set the salt
public setSalt ( string $salt = null ) : self
$salt string
Результат self

verify() публичный Метод

Method to create the hashed value
public verify ( string $string, string $hash ) : boolean
$string string
$hash string
Результат boolean