What is meant by Laravel - Hashing ?



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

Post New Answer

More Laravel PHP Framework Interview Questions

How facades are different from dependency injection?

0 Answers  


How to stop mysql on valet?

0 Answers  


Explain how to register a service provider via composer in laravel?

0 Answers  


What are class traits?

0 Answers  


What are the Writing Gates and Policies ?

1 Answers  


What is bagisto?

0 Answers  


Explain me how to assign multiple middleware to laravel route ?

0 Answers  


How to work with an Error in Laravel ?

1 Answers  


How to configuration laravel?

0 Answers  


What is the difference between namespace and use in laravel?

0 Answers  


Explain web.php route.

0 Answers  


Tell us do you have any experience with lamp?

0 Answers  


Categories