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
List out the plateforms laravel homestead supports?
What are the Advantages of Laravel ?
What do you know about service providers in laravel?
Tell me how to enable the query logging?
Define laravel guard.
What is database seeding in laravel?
What is meant by Forms in Laravel ?
What is reverse routing?
What is a check method ?
What is query scope?
How much laravel experience do you have?
What are system requirement for laravel 5.0?
What is auth :: routes ();?
Do you know what is php artisan.
How to use where null and where not null eloquent query in laravel?