Answer Posted / 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 |
Post New Answer View All Answers
How do I make my application serve its content in different languages?
Explain validations in laravel?
Tell me how to use insert statement in laravel?
What is a route?
what is meant by Laravel ?
How to enable or disable maintenance mode in laravel?
What is faker in laravel?
What do you understand by reverse routing?
Do you know what developed the laravel?
What is use of print_r () and dump () functions?
Explain how to register a service provider via composer in laravel?
How to create migrations in laravel? Explain step by steps.
How to Connecting to Database in Laravel ?
What is csrf protection?
Can laravel be hacked?