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

How to serve sites with tls on valet?

414


Explain how to get requested path in laravel?

418


what is meant by CSRF Protection in Laravel ?

1013


What do you understand by database migrations in laravel? How can we use it?

397


Differce between contracts and facades?

465






What is a Encryption Process ?

698


What do you know about service providers in laravel?

415


Explain important directories used in a common laravel application.

431


What is service container in laravel?

418


What are the validations in laravel?

432


Tell me how do I see all of the routes that are defined?

367


What are the Advantages of Laravel ?

534


What is reverse routing?

391


Do you know what is routing and how, and what are the different ways to write it?

410


How do I use sub-domain routing?

411