<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
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)