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

What are the difference between latest() and oldest() in laravel?

0 Answers  


How to enable or disable maintenance mode in laravel?

0 Answers  


Explain binding primitives?

0 Answers  


How to start and stop valet?

0 Answers  


Explain laravel’s middleware?

0 Answers  






How will you check table is exists or in the database?

0 Answers  


How to configure a mail-in laravel?

0 Answers  


What is homestead.yaml?

0 Answers  


How to create migrations in laravel? Explain step by steps.

0 Answers  


Is laravel better than wordpress?

0 Answers  


What is ssrf attack?

0 Answers  


How to use insert statement in laravel?

0 Answers  


Categories