GTX Posted December 30, 2012 Share Posted December 30, 2012 Does anybody know what's IPB password encryption algorithm? I think it is SHA1, but I can't get it to work. I tried: - sha1(salt..password) - sha1(hash..password) - sha1(user..password) And I tried md5 also and none of it did work. Thanks in advance. Edit: I'm using IP.Board 3.3.4 Edit 2: Solved. Link to comment
SpUnKyMe Posted December 30, 2012 Share Posted December 30, 2012 should be md5(md5($salt) . md5($password)) edit: Also found one awesome tutorial viewtopic.php?f=148&t=47889&p=474275&hilit=php+sdk#p474275 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