Pick two primes p and q.Compute n=pq.Pick encryption exponent e such that e and (p-1)(q-1) don't have any common prime factors.Make n and e public. Keep p and q private.
Example:
Next Section