Page 1 of 1

Change password encryption

Posted: Fri Jan 25, 2013 6:31 am
by Pandragon
The basic purpose of this is to have common accounts/passwords for server forum and gameserver.
The forums default encryption is MD5 + salt.
The extra sql field to store salt is called "salt" and the php encryption goes like...
md5(md5($pass) . $salt);

Messing with the forum code is not an option, so I am counting on this forum for some help. :D

Re: Change password encryption

Posted: Fri Jan 25, 2013 8:36 am
by xban1x
Messing with the forum code is the correct
approach and is not very hard check some account managers made in php copy that code and replace it and just replace where forum looks and voila

Re: Change password encryption

Posted: Fri Jan 25, 2013 5:12 pm
by UnAfraid
mrTJO and Zoey76 have started LoginServer rework it will include different encryptions and much more.. :)

Re: Change password encryption

Posted: Fri Jan 25, 2013 5:12 pm
by UnAfraid
mrTJO and Zoey76 have started LoginServer rework it will include different encryptions and much more.. :)