The classes to support data encryption / decryption.
| Interface | Description | |
|---|---|---|
| CryptAlgorithm | Crypter Algorithm interface. |
| Class | Description | |
|---|---|---|
| Cipher | Provides mechanism to crypt / decrypt string data. | |
| CryptAlgorithmAdapter | Converts custom instance to be CryptAlgorithm compliant. |