novo Posted December 28, 2012 Share Posted December 28, 2012 Hello. Does anybody know what's the password encryption used on IP Board? I've tried everything, either sha1, but nothing. Thanks! Link to comment
Anderl Posted December 28, 2012 Share Posted December 28, 2012 I remember someone posted that like 4 or 5 months ago, just search it or wait someone to tell you. Link to comment
Castillo Posted December 28, 2012 Share Posted December 28, 2012 I got told that it uses md5, if you already tried that, try with SHA1 with a salt. Link to comment
uhm Posted December 28, 2012 Share Posted December 28, 2012 It's not that guessable apparently, check out: http://www.neowin.net/forum/topic/31700 ... y585896503 md5(concat(MD5(c.converge_pass_salt),md5('?password'))) Stored_password = md5( md5(salt) + md5(password) ) also on here I read that if it's any IPB before version 2.2, the password is simply md5($password); 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