Suppose we have a very short secret s (e.g., a single bit or even a Social Security number), and we wish to send someone else a message m now that will not reveal s but that can be used later to verify that we did know s. Explain why m = MD5(s) or m = E(s) with RSA encryption would not be secure choices, and suggest a better choice.