Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Web MapleBit_ password encryption issue with msauth

Newbie Spellweaver
Joined
Apr 16, 2016
Messages
86
Reaction score
1
Anyone having issues logging into the user panel after logging into game once?

From what I observed the password encryption changes & creates the salt password as well. MapleBit supports sha512+salt/sha1, is msauth/acernis source using different encryption?
 
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
Check MapleClient.login function where it checks for your password. That's where it will be updating and changing it if it ever does hash it differently. and if you can relog in the source, check how it's processed and look how MapleBit processes it. Might need updating if they require anything additional.
 
Upvote 0
Infraction Baɴɴed
Loyal Member
Joined
Apr 9, 2008
Messages
1,416
Reaction score
169
maplebit first creates the account with sha1, when you sign into your server the server upgrades it to sha512+salt and both the server and website uses sha512+salt from then on.

if you able to login with sha1 and not sha512+salt, then something broke in either your server or msauth
 
Upvote 0
Back
Top