• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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