Assume the cipher system is the monoalphabetic substitution cipher on 4 letters. The following is the probability distribution of {A, B, C, D} in the message space. P[A] = 0.1, P[B] = 0.2, P[C] = 0.3, P[D] = 0.4 The following is the list of relative frequencies in the ciphertext. P[A] = 0.35, P[B] = 0.45, P[C] = 0.05, P[D] = 0.15 Find the key that minimizes the Euclidean distance between the probability distri- bution in the message space and that in the ciphertext.