Class BCrypt
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Generators
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public sealed class BCrypt
- Inheritance
-
BCrypt
- Inherited Members
Methods
Generate(byte[], byte[], int)
public static byte[] Generate(byte[] password, byte[] salt, int cost)
Parameters
Returns
- byte[]
PasswordToByteArray(char[])
public static byte[] PasswordToByteArray(char[] password)
Parameters
password
char[]
Returns
- byte[]