Class BCrypt
- Namespace
- Org.BouncyCastle.Crypto.Generators
- Assembly
- BouncyCastle.Cryptography.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
passwordchar[]
Returns
- byte[]