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