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 |
How facades are different from dependency injection?
How to stop mysql on valet?
Explain how to register a service provider via composer in laravel?
What are class traits?
What are the Writing Gates and Policies ?
What is bagisto?
Explain me how to assign multiple middleware to laravel route ?
How to work with an Error in Laravel ?
How to configuration laravel?
What is the difference between namespace and use in laravel?
Explain web.php route.
Tell us do you have any experience with lamp?