Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Pagekit
Auth
Encoder
NativePasswordEncoder
PHP Class Pagekit\Auth\Encoder\NativePasswordEncoder
Inheritance:
implements
Pagekit\Auth\Encoder\PasswordEncoderInterface
Mostra file
Open project: pagekit/pagekit
Protected Properties
Property
Type
Description
$algorithm
$cost
Public Methods
Method
Description
hash
(
$raw
)
verify
(
$hash
,
$raw
,
$salt
= null )
Method Details
hash()
public
method
public
hash
(
$raw
)
verify()
public
method
public
verify
(
$hash
,
$raw
,
$salt
= null )
Property Details
$algorithm
protected_oe property
protected
$algorithm
$cost
protected_oe property
protected
$cost