Output Feedback is identical to CFB except that the previous output block is used as input in OFB mode where in CFB the previous cipher is used as input. The OFB mode features the iteration of the forward cipher on an initialization vector to generate a sequence of output blocks that are exclusive-ORed with the plaintext to produce the ciphertext, and vice versa.