Encryption better than MD5 ?

Baps

New member
Messages
43
Points
0
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