06-18-2021, 06:21 PM
Hey guys, anyone can help me with this?
How do I remove password encryption and make LoginServer recognize normal passwords?
|
How to remove password encryption
|
|
06-18-2021, 06:21 PM
Hey guys, anyone can help me with this? How do I remove password encryption and make LoginServer recognize normal passwords?
06-19-2021, 09:51 AM
If u using sha256 need to comment it in sharelib/config.h (or config localize dont remember exactly) and reconfig your registration form password without crypt
06-24-2021, 12:51 PM
reza 1776 release, seems to not have an encrypt method as default, you can maybe take the code from that !
06-26-2021, 10:17 PM
Go to Config_Localize_USA.h (Server side) and comment out #define PASSWORD_ENCRYPT_SHA256 Like this. //#define PASSWORD_ENCRYPT_SHA256 #define GMTOOL #define DROP_MAKE_DOCUMENT #define DURABILITY #define STASH_PASSWORD #define PREMIUM_CHAR #define ENABLE_SUBJOB
06-26-2021, 11:58 PM
On 6/24/2021 at 2:51 PM, Scura said: reza 1776 release, seems to not have an encrypt method as default, you can maybe take the code from that ! Doesnt that use md5?
06-27-2021, 10:39 AM
10 hours ago, Desarija said: Doesnt that use md5? nope, reza 1776 doesn't use any encryption method |
|
« Next Oldest | Next Newest »
|