Pagekit\Auth\Encoder\PasswordEncoderInterface::hash PHP Method

hash() public method

Encodes the raw password.
public hash ( string $raw ) : string
$raw string The password to hash
return string
    public function hash($raw);
PasswordEncoderInterface