What is meant by Laravel - Hashing ?

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


Please Help Members By Posting Answers For Below Questions

What is a recursive helper function?

545


How do I know laravel version?

481


What is a service supplier?

507


In order to run laravel. What permissions are required to be on storage and the bootstrap/cache directories?

518


What is cross site request forgery with example?

495


What are advantages of laravel?

513


How to install laravel by composer?

563


How can you enable query log in laravel?

552


Why are migrations necessary?

555


What is closure in laravel?

570


What is uri in laravel?

512


What are service providers?

528


What is named route?

523


Do you know validations in laravel?

508


List out some artisan commands?

505