2007 - Exercises V. 1. Consider the following assignment of numerical equivalents to a 40-letter alphabet. The letters A, B, ..., Z are given their numerical equivalents 0 to 25, respectively, a blank space = 26, . = 27, ? = 28, $ = 29 and the numerals 0, 1, ..., 9 are assigned 30, 31, ..., 39, respectively. Using this alphabet, a message is encoded into a string of numbers by taking each pair of symbols in the message, converting the pair to their numerical equivalents, say a and b, and replacing the pair by the number 40a + b. If this method is used to convert a message to a numerical sequence and then the sequence is encrypted by the RSA cryptosystem, explain how the message could be decrypted without knowing the factorization of the public modulus. 2. Suppose that n = 1363 in the RSA cryptosystem and it has been revealed that