DesCipher Methods

CryptSharp

DesCipher Methods CryptSharp

The DesCipher type exposes the following members.

Methods

  Name Description
Public method Static member Create
Creates a DES cipher using the provided key.
Public method Crypt
Crypts eight bytes of data in-place.
Public method Decipher
Reverses the encipherment of eight bytes of data from one buffer and places the result in another buffer.
Public method Dispose
Clears all memory used by the cipher.
Public method Encipher
Enciphers eight bytes of data from one buffer and places the result in another buffer.
Top
See Also

Reference