JCryptPasswordSimple::getSalt
Generates a salt of specified length. The salt consists of characters in the set [./0-9A-Za-z].
Signature
protected function getSalt(integer
$length )
Parameters
-
$length
- The number of characters to return.
Returns
- string
- The string of random characters.