Is SHA256 safe for password storage? Should I use anything else?
#4

It's fine. Use salts for extra security. The salt should be at least as long as the hash itself (so 256 bits, 64 characters), it should be randomly generated and it should be unique for each player. That should provide sufficient protection. Until the player uses the password 123456 ...

Edit: as for Whirlpool: this requires an extra plugin. You've got a native implementation of SHA2 at your disposal. You might as well use it. And it even comes with a built in salting algorithm.
Reply


Messages In This Thread
Is SHA256 safe for password storage? Should I use anything else? - by EtayJ - 25.06.2017, 21:53
Re: Is SHA256 safe for password storage? Should I use anything else? - by HoussemGaming - 25.06.2017, 22:06
Re: Is SHA256 safe for password storage? Should I use anything else? - by nGen.SoNNy - 25.06.2017, 22:14
Re: Is SHA256 safe for password storage? Should I use anything else? - by Vince - 25.06.2017, 22:18
Re: Is SHA256 safe for password storage? Should I use anything else? - by sammp - 25.06.2017, 22:40

Forum Jump:


Users browsing this thread: 3 Guest(s)