BaseMode | A basic abstract class to facilitate implementing block cipher modes of
operations.
|
CBC | The Cipher Block Chaining mode. |
CFB | The cipher feedback mode. |
CTR | The implementation of the Counter Mode.
|
EAX | A conventional two-pass authenticated-encrypted mode, EAX. |
ECB | The implementation of the Electronic Codebook mode.
|
ICM | An implementation of David McGrew Integer Counter Mode (ICM) as an
IMode .
|
ModeFactory | A Factory to instantiate block cipher modes of operations.
|
OFB | The Output Feedback (OFB) mode is a confidentiality mode that requires a
unique IV for every message that is ever encrypted under the
given key. |