DesCipher Crypt Method CryptSharp
Crypts eight bytes of data in-place.

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

public void Crypt(
	byte[] buffer,
	int offset,
	int iterations,
	int salt
)

Parameters

buffer
Type:  OnlineSystem Byte 
The buffer to crypt. For traditional DES crypt, this is zero-initialized.
offset
Type: OnlineSystem Int32
The offset into the buffer.
iterations
Type: OnlineSystem Int32
The number of iterations to run.
salt
Type: OnlineSystem Int32
The salt, up to 24 bits.
See Also