PHP 클래스 Cartalyst\Sentinel\Hashing\BcryptHasher

상속: implements Cartalyst\Sentinel\Hashing\HasherInterface, use trait Hasher
파일 보기 프로젝트 열기: cartalyst/sentinel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$strength integer The hash strength.

공개 메소드들

메소드 설명
check ( $value, $hashedValue ) {@inheritDoc}
hash ( $value ) {@inheritDoc}

메소드 상세

check() 공개 메소드

{@inheritDoc}
public check ( $value, $hashedValue )

hash() 공개 메소드

{@inheritDoc}
public hash ( $value )

프로퍼티 상세

$strength 공개적으로 프로퍼티

The hash strength.
public int $strength
리턴 integer