Public Key Crypto Principles
Public Key Crypto Principles
Public-Key Cryptography
(CS-452)
Is asymmetric because
Those who encrypt messages or verify signatures may not
decrypt messages or create signatures
Generalized formula:
Example: φ(64):
Prime factorization: 64 = 26
φ(64) = 64 * (1 – 1/2) = 32
Property
Let n > 2 be a prime number, a be an integer 1 < a < n-1, and n-
1 = 2kq. Then one of the following two conditions is true:
1) aq mod n = 1 or
j-1
2) there exists 1 j k such that a(2 q) mod n = n - 1.
Property
Let n > 2 be a prime number, a be an integer 1 < a < n-1, and
n-1 = 2kq. Then one of the following two conditions is true:
1) aq mod n = 1 or
j-1
2) there exists 1 j k such that a(2 q) mod n = n - 1.