Password
Provides static cryptography members for hashing user passwords using SHA1 and BCrypt.
public Password()
Verifies the BCrypt validity of the provided salt.
BCrypt hashes the provided password using the provided salt.
Generates a salt for use with BCryptEncrypt.
SHA1 hashes the provided password using the provided salt.
Generates a salt for use with hashing functions.