Table of Contents

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

password byte[]
salt byte[]
cost int

Returns

byte[]

PasswordToByteArray(char[])

public static byte[] PasswordToByteArray(char[] password)

Parameters

password char[]

Returns

byte[]