The Duis.Cryptography namespace consists of classes and related enumerations that constitute hashing and symmetric encryption algorithms. These classes enables you to easily hash, encrypt and decrypt sensitive data.
| Class | Description |
|---|---|
| Hash | Represents the hash algorithms. |
| SymmetricEncryption | Represents the symmetric encryption algorithms. |
| Enumeration | Description |
|---|---|
| HashType | Indicates the hash algorithm to use. |
| SymmetricEncryptionType | Indicates the symmetric encryption algorithm to use. |