newStringSalt
Generates a cryptographically secure random string for use as a salt.
Return
a random alphanumeric string
Parameters
len
the length of the salt string (default 16)
Generates a cryptographically secure random string for use as a salt.
a random alphanumeric string
the length of the salt string (default 16)