1. Messages: X, Y
  2. Chosen Key: K1
  3. Ciphertext: C = X xor K1
  4. Covert Key: K2 = C xor Y
  5. Then C xor K2 will obtain message Y.
  6. C xor K1 will obtain message X.