![]() |
|
How to remove password encryption - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193) +---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157) +----- Forum: Ep4 Support (https://lckb.dev/forum/forumdisplay.php?fid=128) +----- Thread: How to remove password encryption (/showthread.php?tid=4781) |
- marbele - 06-18-2021 Hey guys, anyone can help me with this? How do I remove password encryption and make LoginServer recognize normal passwords? - rondo157 - 06-19-2021 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 - Scura - 06-24-2021 reza 1776 release, seems to not have an encrypt method as default, you can maybe take the code from that ! - MrKarma - 06-26-2021 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 - Desarija - 06-26-2021 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? - Scura - 06-27-2021 10 hours ago, Desarija said: Doesnt that use md5? nope, reza 1776 doesn't use any encryption method |