Advantages
Disadvantages
Many public-key cryptosystems use non-trivial number theory(非平凡数论???);
Security of most known RSA public-key cryptosystem is based on the hardness of factoring big numbers (基于分解大数的难度);
We will overview basic notions of divisors, prime numbers, modular arithmetic
Public key KU = {e,n};
Private key KR = {d,n};
Requirements:
(key generation) , where k is some number , k < n
It is easy to calculate and modulo n • It is difficult to determine d given e and n