This type contains the following members.

public sealed class BCrypt
Inheritance:
ObjectBCrypt

Constructors

BCrypt()

Methods

HashString(string, SaltRevision)
HashString(string, int, SaltRevision)
HashPassword(string, SaltRevision)
HashPassword(string, int, SaltRevision)
HashPassword(string, string)
GenerateSalt(int, SaltRevision) Generate a salt for use with the Redakt.Utilities.BCrypt.HashPassword method.
GenerateSalt(SaltRevision) Generate a salt for use with the Redakt.Utilities.BCrypt.HashPassword method selecting a reasonable default for the number of hashing rounds to apply.
Verify(string, string) Verifies that the hash of the given matches the provided