Password Hash Algorithm
Hi, according to other threads the following SHOULD compute the password hash for vBulletin:
md5(md5($rawpassword).#seed) where seed is the user hash.
However, it's not working on my server. Passwords do work within vBulletin but not when I am trying to set up a script licensing site to use the same vBulletin logins. When I run the same formula drawing from the same exact database, I get a different result. Not going to post the hash here but they are completely different results. Does anyone have a clue why that would be happening?
|