ManaPHP\Authentication\PasswordInterface::salt PHP Method

salt() public method

generate a salt
public salt ( integer $length = 8 ) : string
$length integer
return string
    public function salt($length = 8);
PasswordInterface