An small question about RSA algorithm

  • Thread starter zetafunction
  • Start date
  • Tags
    Algorithm
  • #1
391
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.
 

Answers and Replies

  • #2
Does'nt that go against the purpose of the RSA?

edit: shady comma
 
  • #3
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.
 
  • #4
thanks a lot adriank , nice forum
 

Suggested for: An small question about RSA algorithm

Replies
12
Views
259
Replies
5
Views
1K
Replies
4
Views
226
Replies
25
Views
1K
Replies
5
Views
326
Replies
19
Views
714
Replies
7
Views
162
Replies
2
Views
738
Replies
8
Views
804
Back
Top