BlowfishCipher Encipher Method ( Byte , Int32)CryptSharp
Enciphers eight bytes of data in-place.

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

public void Encipher(
	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 encipher.
See Also