Double md5 with salt for storing passwords

Mikado

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

 
Last edited by a moderator:
Back
Top