Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Need help with login form Reply To: Need help with login form

#203320
cscodismith
Participant

Hmmm is it alright and still safe if I just use md5 to hash my passwords!? I have it working just fine by using

md5($_POST['password]'); 

In each of the register and login page(s) they read the hashed password just fine rather than doing more work then possibly needed with the password_hash function.