DesCipher Class

CryptSharp

DesCipher Class CryptSharp
Performs low-level encryption and decryption using the DES cipher.
Inheritance Hierarchy

SystemObject  CryptSharp.UtilityDesCipher

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

public class DesCipher : IDisposable
Public Class DesCipher
	Implements IDisposable
public ref class DesCipher : IDisposable
type DesCipher =  
    class
        interface IDisposable
    end

The DesCipher type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreate
Creates a DES cipher using the provided key.
Public methodCrypt
Crypts eight bytes of data in-place.
Public methodDecipher
Reverses the encipherment of eight bytes of data from one buffer and places the result in another buffer.
Public methodDispose
Clears all memory used by the cipher.
Public methodEncipher
Enciphers eight bytes of data from one buffer and places the result in another buffer.
Top
See Also

Reference