OFB is a mode of operation for block ciphers that uses the output of the encryption block function as feedback, instead of the ciphertext like in ciphertext feedback mode. Each plaintext block is XOR'd independently of the plaintext and ciphertext. It provides error tolerance for ciphertext bit errors but cannot resynchronize if ciphertext bits are lost. A problem is plaintext can be easily altered but digital signatures can address this issue. OFB is part of cryptography and used when there can be no error propagation.