Information and Network Security | Set 2
1. For p = 11 and q = 19 and choose e=17. Apply RSA algorithm where message=5 and
find the cipher text.
2. For p = 11 and q = 19 and choose d=17. Apply RSA algorithm where Cipher message=80 and thus find the plain text.
3. Perform encryption on the following PT using RSA and find the CT. p = 3; q = 11; M= 5.
4. Perform encryption on the following PT using RSA and find the CT. p = 5; q = 11; M= 9.
5. Perform encryption on the following PT using RSA and find the CT. p = 7; q = 11; M= 8.
6. Perform encryption on the following PT using RSA and find the CT. p = 11; q = 13;
M = 7.
7. Perform encryption on the following PT using RSA and find the CT. p = 17; q = 31;
M = 2.
8. n = 35; e = 5; C = 10. What is the plaintext (use RSA)?