I'm not a coder, but I need to convert ALL of my users' passwords with md5. Currently, I have all the user info in an Excel spreadsheet, which I'll dump into a text file and upload to a mySQL table.
Can someone help me with a quick PHP script to query all the user records, then convert ALL the passwords with md5?
Or, if anyone knows of a utility or function to use in Excel to do the same thing, that would be just as useful, if not more so.
Thanks for any help!
Billy Hotchkiss