Quote:
Originally posted by acctman
is there a piece of coding that will convert MySQL password() to PHP MD5() ? i have a database of users on one board and i need to move there account to a new one but the password encrytion is different.
is there a way to de-crypt MySQL passwoard() and then re-encrypt with PHP MD5() ?
|
You can also tweak the code of the new board a little, so the hashing schemes are the same in both.