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?
0 Answers