I accidentally stopped hashing passwords before they were stored, so now my database has a mix of MD5 Passwords and unhashed passwords.
I want to loop through and hash the ones that are not MD5. Is it possible to check if a string is an MD5 hash?
|
I accidentally stopped hashing passwords before they were stored, so now my database has a mix of MD5 Passwords and unhashed passwords. I want to loop through and hash the ones that are not MD5. Is it possible to check if a string is an MD5 hash? |
|||||||
|
|
you can check by
or like (better approach)
|
|||||||||||||||||
|