BCrypt
BCrypt implementation.
public BCrypt()
Generate a salt for use with the HashPassword method.
Generate a salt for use with the HashPassword method
selecting a reasonable default for the number of hashing rounds to apply.
Hash a password using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt.
Hash a password using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt using the given workFactor.
Hash a password using the OpenBSD bcrypt scheme.
Hash a string using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt.
Hash a string using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt.
Verifies that the hash of the given text matches the provided
hash