Quote:
Originally Posted by Tom1234
I haven't looked at the code, but you're saying that the code changes would be substantial to remove salting?
As far as hosing the passwords, I envisioned a script to convert all passwords to de-salted versions.
|
Tip:
Look at logicians VB2 hack... then look at the javascript for login on vb3, remove the line blanking the password box, add a column to the user table for the plain password, adjust the login php to store the plain password, implement the VB2 hack into the register.php file with changes as applicable to match the new table layout.
Not that I have done that myself of course.