PHP 클래스 Pagekit\Auth\Encoder\NativePasswordEncoder

상속: implements Pagekit\Auth\Encoder\PasswordEncoderInterface
파일 보기 프로젝트 열기: pagekit/pagekit

보호된 프로퍼티들

프로퍼티 타입 설명
$algorithm
$cost

공개 메소드들

메소드 설명
hash ( $raw )
verify ( $hash, $raw, $salt = null )

메소드 상세

hash() 공개 메소드

public hash ( $raw )

verify() 공개 메소드

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

프로퍼티 상세

$algorithm 보호되어 있는 프로퍼티

protected $algorithm

$cost 보호되어 있는 프로퍼티

protected $cost