OpenBsdBCrypt public class OpenBsdBCrypt Password hashing scheme BCrypt. Documentation Code public OpenBsdBCrypt() public static bool CheckPassword(string bcryptString, char[] password) public static string Generate(char[] password, byte[] salt, int cost) public static string Generate(string version, char[] password, byte[] salt, int cost)