BcryptHasher (Hashing)
BcryptHasher
class BcryptHasher implements Hasher (View source)
Methods
string | make( string $value, array $options = array()) Hash the given value. | |
bool | check( string $value, string $hashedValue, array $options = array()) Check the given plain value against a hash. | |
bool | 登录查看完整内容
|