Better function?
#3

This might be besides the point, but limiting a password in any way, be it max length or allowed characters insinuates that you are storing it in plain text, or that you're otherwise using a very insecure storage method. Which is, of course, bad. A hashing method doesn't care about its input and it will always output a fixed length string.

If this is to be used for anything in-game (e.g. a password protected door or something) then I've said nothing.
Reply


Messages In This Thread
Better function? - by Kimble - 16.01.2016, 19:02
Re: Better function? - by PrO.GameR - 16.01.2016, 20:26
Re: Better function? - by Vince - 16.01.2016, 22:40
Re: Better function? - by PrO.GameR - 17.01.2016, 10:54

Forum Jump:


Users browsing this thread: 1 Guest(s)