BlowfishCipher Decipher Method ( Byte , Int32)CryptSharp
Reverses the encipherment of eight bytes of data in-place.

Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public void Decipher(
	byte[] buffer,
	int offset
)

Parameters

buffer
Type:  OnlineSystem Byte 
The buffer containing the data.
offset
Type: OnlineSystem Int32
The offset of the first byte to decipher.
See Also