PHP Class Cartalyst\Sentinel\Hashing\BcryptHasher

Inheritance: implements Cartalyst\Sentinel\Hashing\HasherInterface, use trait Hasher
Datei anzeigen Open project: cartalyst/sentinel Class Usage Examples

Public Properties

Property Type Description
$strength integer The hash strength.

Public Methods

Method Description
check ( $value, $hashedValue ) {@inheritDoc}
hash ( $value ) {@inheritDoc}

Method Details

check() public method

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

hash() public method

{@inheritDoc}
public hash ( $value )

Property Details

$strength public_oe property

The hash strength.
public int $strength
return integer