What is meant by Laravel - Hashing ?
Answer / sunil kumar
Hashing is the process of transforming a string of characters into a shorter fixed value or a key that represents the original string.
Laravel uses the Hash facade which provides a secure way for storing passwords in a hashed manner.
The hashed passwords are stored using make method.
This method allows managing the work factor of the bcrypt hashing algorithm, which is popularly used in Laravel.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is artisan in laravel?
Explain how to do subdomain routing in laravel?
What is helper function in laravel?
Is laravel good for api?
What is the laravel?
What is use of print_r () and dump () functions?
What is route model binding?
Do you know validations in laravel?
What do you know about php artisan? Mention some artisan command.
How does antiforgerytoken work?
What is the default session timeout duration?
What are middlewares in laravel?