BlowfishCipher.Encipher Method (Byte[], Int32)

CryptSharp

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

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

public void Encipher(
	byte[] buffer,
	int offset
)
Public Sub Encipher ( 
	buffer As Byte(),
	offset As Integer
)
public:
void Encipher(
	array<unsigned char>^ buffer, 
	int offset
)
member Encipher : 
        buffer : byte[] * 
        offset : int -> unit 

Parameters

buffer
Type: SystemByte
The buffer containing the data.
offset
Type: SystemInt32
The offset of the first byte to encipher.
See Also

Reference