Storing user passwords - Hashing with Salt

We're already in 2019 and I wonder if this project will be continued since it's a recommended security measure to keep user info safe.

https://github.com/HerculesWS/Hercules/issues/74

Kind Regards.
Yes this md5 is broken since then if the password contain of 255 length and then it will converted to a high data computation that make stress of server cpu.
For example you have a 512MB ram and you enable password md5. I remember the flux panel enable to change 100k LENGTH of character that converter to MD5.

 
Back
Top