DesCipher Class | CryptSharp |
Performs low-level encryption and decryption using the DES cipher.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() ![]() | Create |
Creates a DES cipher using the provided key.
|
![]() | Crypt |
Crypts eight bytes of data in-place.
|
![]() | Decipher |
Reverses the encipherment of eight bytes of data from one buffer and places the result in another buffer.
|
![]() | Dispose |
Clears all memory used by the cipher.
|
![]() | Encipher |
Enciphers eight bytes of data from one buffer and places the result in another buffer.
|
See Also