InterviewSolution
Saved Bookmarks
| 1. |
In RSA, we select a value ‘e’ such that it lies between 0 and Ф(n) and it is relatively prime to Ф(n).(a) True(b) FalseI had been asked this question in examination.My question is from Knapsack/ Merkle topic in section Public Key Cryptography and RSA of Cryptograph & Network Security |
|
Answer» CORRECT answer is (B) False To explain I WOULD say: gcd(E, Ф(n))=1;and1 < e < Ф(n). |
|