Creates a DES cipher using the provided key.
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Parameters
- key
- Type: System Byte
The DES key. This must be eight bytes.
Return Value
A DES cipher.See Also