C# Class mRemoteNG.Security.KeyDerivation.Pkcs5S2KeyGenerator

Inheritance: IKeyDerivationFunction
Show file Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method Description
DeriveKey ( string password, byte salt ) : byte[]
Pkcs5S2KeyGenerator ( int keyBitSize = 256, int iterations = 1000 ) : System

Method Details

DeriveKey() public method

public DeriveKey ( string password, byte salt ) : byte[]
password string
salt byte
return byte[]

Pkcs5S2KeyGenerator() public method

public Pkcs5S2KeyGenerator ( int keyBitSize = 256, int iterations = 1000 ) : System
keyBitSize int
iterations int
return System