RSA Detailed Solutions Student Updated
RSA Detailed Solutions Student Updated
Q1:
n = 5 x 11 = 55
phi(n) = (5 - 1) x (11 - 1) = 4 x 10 = 40
Q2:
Q3:
Q4:
M = 18^23 mod 55 = 9
Q5:
n = 7 x 13 = 91
phi(n) = (7 - 1)(13 - 1) = 6 x 12 = 72
Q6:
Q7:
Q8:
Q9:
Q10:
Q11:
Q12:
n = 23 x 31 = 713
Q13:
Try d = 283 -> 7 x 283 = 1981 -> 1981 mod 660 = 1 => d = 283
Q14:
Q15: