Method | Description | |
---|---|---|
check ( string $value, string $hashedValue, array $options = [] ) : boolean | Check the given plain value against a hash. | |
make ( string $value, array $options = [] ) : string | Hash the given value. | |
needsRehash ( string $hashedValue, array $options = [] ) : boolean | Check if the given hash has been hashed using the given options. | |
setRounds ( integer $rounds ) | Set the default password work factor. |