9.2 Perform encryption and decryption using the RSA algorithm, as in Figure 9.5, for the following:
a. p = 3; q = 11, e = 7; M = 5
b. p = 5; q = 11, e = 3; M = 9
c. p = 7; q = 11, e = 17; M = 8
d. p = 11; q = 13, e = 11; M = 7
e. p = 17; q = 31, e = 7; M = 2 Hint: Decryption is not as hard as you think; use some finesse.
 
 
View Solution
 
 
 
<< Back Next >>