The DesCipher type exposes the following members.
Back to Top
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