Quote:
Originally Posted by tnguy3n
it's mixture of salt + md5 + your customer # (correct me if i'm wrong)
|
You are wrong ... at least a bit

The license # only comes into play for cookies.
The database-entry for the vB3 password is just md5(concat(md5('plaintext_password'), salt))
Writing an importer shouldn't be that difficult if somebody can provide the table scheme for phpNuke.