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
What is automatic injection in laravel?
What is valet?
Tell me how do I see all of the routes that are defined?
What is laravel framework?
What are the available router methods?
Is laravel spark free?
How to use insert statement in laravel?
What is the service container in laravel?
What is laravel trait?
What is the use of Laravel - Sending Email ?
How do I register an artisan command?
What is laravel cms?
Is it easy to learn laravel?
Tell me why laravel over other php frameworks?
What is url helper?