Click or drag to resize

BlowfishInitDecrypt(Byte, Mode, Byte) Method

Initializes with key, mode and IV ready to start decrypting

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public int InitDecrypt(
	byte[] key,
	Mode mode,
	byte[] iv
)

Parameters

key  Byte
Key of length between 1 and 56 bytes (448 bits)
mode  Mode
Cipher Mode
iv  Byte
IV of exactly 8 bytes or null/Nothing for ECB mode

Return Value

Int32
Zero (0) if successful; otherwise it returns a nonzero error code
See Also