Consider the following 3-bit block cipher:
Plaintext Ciphertext
000 111
001 100
010 101
011 110
100 000
101 010
110 001
111 011
Suppose the plaintext is 101101101. If CBC is not used, what is the resulting ciphertext? If CBC is used with IV = 111, what is the resulting ciphertext? Show all work.