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 laravel tinker?
Explain extending bindings?
How to Deleting Session Data in Laravel ?
What are the server requirements for laravel 6.0?
What is attribute casting and how does it work in eloquent?
How to create & register a service provider in laravel 5?
What is a primary implication of a cross site request forgery attack?
What is php artisan serve in laravel?
What are the three types of authentication?
What is the latest version of laravel?
Is laravel good for api?
How can someone change the default database type in laravel?
What is named route?
How to change your default database type in laravel?
What is laravel orm?