DesCipher Create Method CryptSharp
Creates a DES cipher using the provided key.

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

public static DesCipher Create(
	byte[] key
)

Parameters

key
Type:  OnlineSystem Byte 
The DES key. This must be eight bytes.

Return Value

A DES cipher.
See Also