Crypto.OFBMode
Similar to Crypto.CBCMode, it is a simple mode designed to prevent trivial forms of replay and swap attacks on ciphers. It is given as:
Like in the Crypto.CFBMode, the output width is the same as the width of the block cipher. This mode will also buffer the output which will allow you to encrypt or decrypt partial blocks without delay.
Types
Type | Description |
---|---|
TOFBCipherMode | OFB Cipher Mode |