HasherInterface
interface HasherInterface (View source)
Methods
string | make(string $value, array $options = array()) Hash the given value. | |
bool | check(string $value, string $hashedValue, array $options = array()) Check the given plain value against a hash. | |
bool | needsRehash(string $hashedValue, array $options = array()) Check if the given hash has been hashed using the given options. |
Details
string make(string $value, array $options = array())
Hash the given value.
bool check(string $value, string $hashedValue, array $options = array())
Check the given plain value against a hash.
bool needsRehash(string $hashedValue, array $options = array())
Check if the given hash has been hashed using the given options.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.5/Illuminate/Hashing/HasherInterface.html