Abstract
Provides utilities around hashing and comparing hashes.
Static
Checks if the hash of the given value equals the hash.
The value to compare.
The hash to compare against.
True when they are equal, false otherwise.
Hashes the given value.
The value to hash.
A bcrypt hash.
Provides utilities around hashing and comparing hashes.