Checking for md5 or password_hash | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Checking for md5 or password_hash

Hi folks, I have a site that is using old MD5 passwords, but I’m re doing the join form which will store new joiners with the upto date hashing. BUT I need to edit the log in code, so that if user on old use old MD5 verify, but if new use new verifi. My thouhts were to use the string length funtion, as the md5 is different to the new hash default. But I’m just can’t get it to work. I’m using an if else statment, to check, then run. Any help please?

21st Jul 2019, 12:30 PM
Dave Elliott
Dave Elliott - avatar
0 Answers