14.07.2015, 11:58
Quote:
It will give a value from [0,max), meaning that the highest value you will ever get is max-1, or in the case of random(79) it's 78.
Otherwise it's a decent tutorial, anyone dealing with passwords should be aware of hashing. |
I totally agree. Hashing isn't that hard and it should be always done. Thanks!