Jump to content

IPB password hash?


GTX

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...