Change password encryption

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Pandragon
Posts: 704
Joined: Tue Jul 26, 2005 7:38 pm

Change password encryption

Post 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
xban1x
L2j Veteran
L2j Veteran
Posts: 1228
Joined: Thu Jan 17, 2013 9:46 am

Re: Change password encryption

Post 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
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Change password encryption

Post by UnAfraid »

mrTJO and Zoey76 have started LoginServer rework it will include different encryptions and much more.. :)
Image
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Change password encryption

Post by UnAfraid »

mrTJO and Zoey76 have started LoginServer rework it will include different encryptions and much more.. :)
Image
Post Reply