Cs161sec Wiki
Advertisement

Why[]

What[]

The output feedback mode is a mode of operation that uses the cipher outputs and feeds it back into the next successive encryptions. It uses these cipher output blocks to xor with the input blocks to obtain the ciphertext blocks

Because each of the output ciphertext blocks are independent from each other, therefore, if there was a problem in transmission of the ciphertext block, then only the corresponding plaintext will be garbled. Everything else is intact. Thus, this is important for transmissions that can only happen once, like on the radio

How[]

Screen Shot 2013-09-24 at 3.36

OFB Encryption[]

OFB Decryption[]

Advertisement