I am exporting, by scraping it with http requests since the host won’t give me database access, a forum and importing it into a mysql database for vbulletin. In vbulletin users have unique password salts, and it generates password hashes using this algorithm: I’m using a python script to read stored data from my sqlite database of user information to