Kohana_Auth::hash PHP Méthode

hash() public méthode

Perform a hash, using the configured method.
public hash ( $str ) : string
Résultat string
    public function hash($str)
    {
        return hash($this->_config['hash_method'], $str);
    }