Change password encryption
Posted: Fri Jan 25, 2013 6:31 am
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.
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.
