Jump to content
  • 0
Baps

Encryption better than MD5 ?

Question

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

3 answers to this question

Recommended Posts

  • 1

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.