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 service supplier?
What do you mean by bundles?
What are the types of service providers?
Is laravel secure?
What is reverse path check?
Which template engine is used by laravel?
What are the differences between laravel and codeigniter?
What is mvc framework?
Define @include.
What is repository in laravel?
What are traits in laravel?
Why are migrations necessary?
What do you understand by database migrations in laravel? How can we use it?
How do I turn off csrf protection?
What are the default ports that are forwarded to your homestead environment?