PHP Class Pagekit\Auth\Encoder\NativePasswordEncoder

Inheritance: implements Pagekit\Auth\Encoder\PasswordEncoderInterface
Afficher le fichier Open project: pagekit/pagekit

Protected Properties

Свойство Type Description
$algorithm
$cost

Méthodes publiques

Méthode Description
hash ( $raw )
verify ( $hash, $raw, $salt = null )

Method Details

hash() public méthode

public hash ( $raw )

verify() public méthode

public verify ( $hash, $raw, $salt = null )

Property Details

$algorithm protected_oe property

protected $algorithm

$cost protected_oe property

protected $cost