DesCipher MethodsCryptSharp
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.
Back to Top
See Also