Rat32 Posted August 17, 2016 Share Posted August 17, 2016 Hay! I'm trying to synchronize MTA login with ipb board accounts, but i dont know how to encrypt this. hash = md5( md5(salt)..md5(password) ) - NOT WORK. Link to comment
GTX Posted August 18, 2016 Share Posted August 18, 2016 Which IPB? IPB 3.x or IPB 4.x? EDIT: Also, PHP uses lower MD5, while MTA uses upper, so this might work: md5( md5(salt):lower()..md5(password):lower() ):lower() Link to comment
Rat32 Posted August 19, 2016 Author Share Posted August 19, 2016 Solved. Very thanks! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now