Jump to content
Sign in to follow this  
Mikado

Double md5 with salt for storing passwords

Recommended Posts

There are thousands of available dictionaries out there with md5 encrypted/decrypted passwords. This is the reason I guess Hercules should move to (or at least, make it available) some kind of "double hash" with salt.

 

Something like md5( salt + md5( password )), where the salt is defined by the server owner with a custom conf setting.

Edited by Mikado

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
Sign in to follow this  

×
×
  • Create New...

Important Information

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