Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question