ManaPHP\Authentication\PasswordInterface::hash PHP Method

hash() public method

public hash ( string $pwd, string $salt = null ) : string
$pwd string
$salt string
return string
    public function hash($pwd, $salt = null);
PasswordInterface