BlowfishCipher Encipher Method (UInt32 , UInt32 )CryptSharp
Enciphers eight bytes of data.

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

public void Encipher(
	ref uint xl,
	ref uint xr
)

Parameters

xl
Type: OnlineSystem UInt32 
The first four bytes.
xr
Type: OnlineSystem UInt32 
The last four bytes.
See Also