Well, if you wanted you could change it, if you wanted to change the length, change:
to your number, like: $length = 5.
If you wanted to change the characters contained within the salt, then change this line:
Code:
$salt .= chr(rand(32, 126));
I don't really recommend changing anything though, i see no reason as to why it would needed to be changed.
- Zero Tolerance