Triple DES Cipher (3DES, TDEA) [deprecated:
use Cipher() class with CipherAlgorithm.Tdea instead]
Inheritance HierarchySystemObject
CryptoSysPKITdea
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
SyntaxThe Tdea type exposes the following members.
Methods | Name | Description |
---|
  | Decrypt(Byte, Byte, Mode, Byte) |
Decrypt data in byte array.
|
  | Decrypt(String, String, Mode, String) |
Decrypt hex-encoded data string.
|
  | Decrypt(String, String, Mode, String, EncodingBase) |
Decrypt encoded data string.
|
  | Encrypt(Byte, Byte, Mode, Byte) |
Encrypt data in byte array.
|
  | Encrypt(String, String, Mode, String) |
Encrypt hex-encoded data string.
|
  | Encrypt(String, String, Mode, String, EncodingBase) |
Encrypt encoded data string.
|
  | FileDecrypt(String, String, Byte, Mode, Byte) |
Decrypt a file.
|
  | FileDecrypt(String, String, String, Mode, String) |
Decrypt a file passing key and IV as hex strings.
|
  | FileEncrypt(String, String, Byte, Mode, Byte) |
Encrypt a file.
|
  | FileEncrypt(String, String, String, Mode, String) |
Encrypt a file passing key and IV as hex strings.
|
Top
Fields
See Also