C# Class Granados.Crypto.SSH2.BlowfishCipher2

Blowfish for SSH2
Inheritance: Cipher
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method Description
BlowfishCipher2 ( byte key ) : Granados.Algorithms
BlowfishCipher2 ( byte key, byte iv ) : Granados.Algorithms
Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
Encrypt ( byte data, int offset, int len, byte result, int ro ) : void

Method Details

BlowfishCipher2() public method

public BlowfishCipher2 ( byte key ) : Granados.Algorithms
key byte
return Granados.Algorithms

BlowfishCipher2() public method

public BlowfishCipher2 ( byte key, byte iv ) : Granados.Algorithms
key byte
iv byte
return Granados.Algorithms

Decrypt() public method

public Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
return void

Encrypt() public method

public Encrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
return void