a. Give a toy example of RSA. Use small numbers (not greater than 15). Equations for RSA: n = p x q , e is relatively prime to ϕ(n). ed ≡ 1 mod ϕ(n), m = 12, find c, e, d, n
b. Give a toy example