B Baps New member Messages 43 Points 0 May 12, 2020 #2 Hello everyone, Just a little question, is there a better "encryption" than MD5 available for storing password ? MD5 is low in security (or non existent) and I wonder if there is a better solution. Thank you by advance
Hello everyone, Just a little question, is there a better "encryption" than MD5 available for storing password ? MD5 is low in security (or non existent) and I wonder if there is a better solution. Thank you by advance
meko Core Developers Messages 363 Points 0 IRC Nickname meko Github Helianthella Emulator Hercules Client Version ManaPlus May 12, 2020 #3 MD5 is not encryption, it is only hashing. Ideally Argon2 or PBKDF2 should be used when storing passwords but the engine currently supports neither. There is a PR that implements PBKDF2 for Hercules but it is currently on hold
MD5 is not encryption, it is only hashing. Ideally Argon2 or PBKDF2 should be used when storing passwords but the engine currently supports neither. There is a PR that implements PBKDF2 for Hercules but it is currently on hold