|
Salmon
|
Encryption transformers that use AES encryption algorithm. More...
Classes | |
| class | AESCTRTransformer |
| Abstract class for AES256 transformer implementations. More... | |
| class | DefaultTransformer |
| Salmon AES transformer based on c# System.Security.Cryptography. More... | |
| interface | ICTRTransformer |
| Contract for the encryption/decryption transformers. Note that Counter mode needs to be supported. More... | |
| class | NativeTransformer |
| Generic Native AES transformer. Extend this with your specific native transformer. More... | |
| class | TransformerFactory |
| Creates an AES transformer object. More... | |
Encryption transformers that use AES encryption algorithm.