The RSA algorithm works the following
- Public Key: a large number n and exponent e
- Private Key: primes p and q such that n = p * q.
The RSA trapdoor permutation: x -> xe mod n = y
So the strength in RSA is built around practical difficulty of factoring large integers.
Reference: https://en.wikipedia.org/wiki/RSA_Factoring_Challenge
No comments:
Post a Comment