create(string $password) : string
string
The password to hash
string
The formatted password hashverify(string $password, string $hash) : bool
string
The password to hash
string
The supplied hash to validate
bool
Does the password validate against the hash