GTX Posted April 24, 2013 Share Posted April 24, 2013 How does IPB encrypts passwords? I'm using IP.Board 3.3.4 right now. I tried many options: md5(md5(salt)..md5(password)) sha1(password) md5(password) md5(md5(username)..md5(password)) Can you help me out? Thanks. EDIT: Nevermind, I got it! It was: md5(md5(salt):lower()..md5(password):lower()):lower() 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