Support the ongoing development of Laravel.io →
Authentication Database
Last updated 1 year ago.
0

MD5 is not a secure method of hashing passwords, and Laravel doesn't use it. Instead it uses Bcrypt (http://laravel.com/docs/5.0/hashing).

Assuming your passwords are currently stored un-encrypted, I would suggest instead of directly using SQL, you write your script in Laravel, to handle the transfer of users into the new table, and use the Hash::make function (see the link above) to encrypt your passwords using Bcrypt.

0

That worked! Thank you!

0

Sign in to participate in this thread!

Eventy

Your banner here too?

jerauf jerauf Joined 16 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.