Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ManaPHP
Authentication
PasswordInterface
PHP 인터페이스 ManaPHP\Authentication\PasswordInterface
파일 보기
프로젝트 열기: manaphp/manaphp
공개 메소드들
메소드
설명
hash
(
string
$pwd
,
string
$salt
= null ) :
string
salt
(
integer
$length
= 8 ) :
string
generate a salt
verify
(
string
$pwd
,
string
$hash
,
string
$salt
= null ) :
boolean
메소드 상세
hash()
공개
메소드
public
hash
(
string
$pwd
,
string
$salt
= null ) :
string
$pwd
string
$salt
string
리턴
string
salt()
공개
메소드
generate a salt
public
salt
(
integer
$length
= 8 ) :
string
$length
integer
리턴
string
verify()
공개
메소드
public
verify
(
string
$pwd
,
string
$hash
,
string
$salt
= null ) :
boolean
$pwd
string
$hash
string
$salt
string
리턴
boolean