• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

Encryption better than MD5 ?

Baps

Member
Messages
43
Points
8
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

 
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

 
Back
Top