1. | Generate two large primes p und q ( p != q) (2.3.2) |
2. | determine n = pq and phi(n) = ( p-1)(q-1) |
3. | choose random b with 1 < b < phi(n) and gcd(b, phi(n)) = 1 (2.1) |
4. | determine private key a = b-1 mod phi(n) (2.2) |
5. | publish n and b as public keys |
5 DES |