0
2.4kviews
Block Cipher Mode of Operation: Output Feedback Mode(OFB Mode)
1 Answer
written 6.1 years ago by |
4. Output Feedback (OFB) mode:
This mode is very similar to CFB mode, with the only difference: each bit in the ciphertext is independent of the previous bit or bits. This avoids error propagation. If any error occurs in transmission, it does not affect the bits that follow.