Baps 1 Posted May 12, 2020 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 Quote Share this post Link to post Share on other sites
1 meko 170 Posted May 12, 2020 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 Quote Share this post Link to post Share on other sites
0 Baps 1 Posted May 12, 2020 Okay thank you, there is a release date ? Quote Share this post Link to post Share on other sites
0 Baps 1 Posted May 15, 2020 Or how can i use it ? Quote Share this post Link to post Share on other sites
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
Share this post
Link to post
Share on other sites