IP.Board Requests

IPB External login handler

Submitted by claww, , Thread ID: 72669

Thread Closed

RE: IPB External login handler

MarcFrid
Member ?
Level:
0
Reputation:
66
Posts:
456
Likes:
173
Credits:
547
01-02-2018, 10:01 AM
This post was last modified: 01-02-2018, 10:01 AM by MarcFrid
#6
01-02-2018, 09:59 AM
claww Wrote:
Yes, i think this is the only i way ill can do, do you know what method of encryption IPB use? i have to reproduce it for my java game.
It is using a salt with own salt for each pass ?

IPB encrypts passwords like this:
Code:
md5(md5($pass).$salt)
1

Users browsing this thread: 1 Guest(s)