5namespace System {
namespace Security {
namespace Cryptography {
CipherMode
Block cipher mode.
Definition: cipher_mode.h:9
@ OFB
Output feedback mode that handles large input blocks in small pieces.
@ CFB
Cipher feedback mode that handles large input blocks in small pieces. Mangling rules differ from such...
@ CBC
Cipher block chaining which combines current block with previous block to improve encryption.
@ CTS
Cipher text stealing mode, behaves like CBC for all but two last blocks of text.
@ ECB
Electronic codebook mode with no inter-block influences; results in weaker encryption.
Definition: db_command.h:9