Just learnt how to implement PHP hash passwords & retrieval - Hope beyond noobery yet!

Panther28

Elite Member
Executive VIP
Jr. VIP
Joined
May 2, 2010
Messages
9,955
Reaction score
16,068
Managed to get a website I'm building to work with encrypted hash passwords, using MYSQL, and then check on the sign-in page, if they match what the user entered.

I'm sure that's simple shit for many of you, but it's quite an achievement for me to code up a system like this in a few days of problem after problem until much success!

Having the rest of the night off, as I'd planned for this to take me a week! lol
 
Don't forget to use SALT. In fact (no matter what people says, MD5 is safe, if you use SALT).
 
Back
Top