RSA Algorithm Example · Choose p = 3 and q = 11 · Compute n = p * q = 3 * 11 = 33 · Compute φ(n) = (p - 1) * (q - 1) = 2 * 10 = 20 · Choose e such that 1 < e < φ(n) ...
確定! 回上一頁