A particular cipher is implemented by utilizing the XOR function. It can be even implemented with the triple-XORed. In process of encrypting a message, a character is XORed three times along with the three different keys (pseudorandom bytes). If the three keys are 01101101, 10011100, and 11001010,
a) Explain the ciphertext (in binary form) produced by the encryption of character B?
b) Explain what will the plaintext if ciphertext is 01111101?