F
F
freelancer0072016-05-18 21:56:40
Laravel
freelancer007, 2016-05-18 21:56:40

How are passwords created during registration?

When using the standard LARAVEL authorization / registration mechanism, the login mail and password are written to the database, so what algorithm is used to create this password? (md5, sha1). The task to add the user through phpmyadmin poelmu there was such question.
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2016-05-18
@freelancer007

md5, sha1, etc for passwords are no longer relevant.
there is php.net/manual/ru/book.password.php I
suspect that fresh laravel uses this or something similar.
in the end you can see for yourself in the source.

D
dev400, 2016-05-18
@dev400

так в коде гляньте

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question