An small question about RSA algorithm

  • Thread starter Thread starter zetafunction
  • Start date Start date
  • Tags Tags
    Algorithm
zetafunction
Messages
371
Reaction score
0
on the RSA algorithm

http://en.wikipedia.org/wiki/RSA

why simply we can not choose e=1 or e=2 ? it would simplify the calculations a lot.
 
Physics news on Phys.org
Does'nt that go against the purpose of the RSA?

edit: shady comma
 
If e = 1, then the ciphertext is the same as the plaintext, making the algorithm useless.

It's required that e is coprime to φ(n) = (p - 1)(q - 1), so that there exists d such that ed = 1 mod φ(n). However, if p and q are distinct primes, then one of them is odd, so φ(n) is even. Thus e can't be 2.
 
thanks a lot adriank , nice forum
 

Similar threads

Back
Top