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
What is a recursive helper function?
How do I know laravel version?
What is a service supplier?
In order to run laravel. What permissions are required to be on storage and the bootstrap/cache directories?
What is cross site request forgery with example?
What are advantages of laravel?
How to install laravel by composer?
How can you enable query log in laravel?
Why are migrations necessary?
What is closure in laravel?
What is uri in laravel?
What are service providers?
What is named route?
Do you know validations in laravel?
List out some artisan commands?