interface Hasher (View source)
array | info(string $hashedValue) Get information about the given hashed value. | |
string | make(string $value, array $options = []) Hash the given value. | |
bool | check(string $value, string $hashedValue, array $options = []) Check the given plain value against a hash. | |
bool | needsRehash(string $hashedValue, array $options = []) Check if the given hash has been hashed using the given options. |
Get information about the given hashed value.
Hash the given value.
Check the given plain value against a hash.
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/8.x/Illuminate/Contracts/Hashing/Hasher.html