7. Cryptography: asymmetric encryption Flashcards
What is a generator?
If p is prime, g is a generator and x is any integer g^x mod p is equally likely to be any number between 0 and p-1
What does Z_p (integers subscript p) mean?
integers mod p, i.e 0 … p - 1
What does TTP stand for?
Online Trusted Third Party
How does TTP work?
What are the components of a public-key encryption algorithm?
What is the Euler function?
What is phi(p) where phi is the Euler function and p is a prime number?
p - 1
What is phi(pq) where phi is the Euler function and p, q are prime numbers?
(p - 1)(q - 1)
What is Z_n star (Z subscript n superscript star)
What is eulers theorem?
What are the 4 intractable problems (for this course)?
- Factoring
- RSAP
- Discrete Log
- DHP
What is the factoring problem?
What is the RSAP problem?
What is the discrete log problem?
What is the DHP problem?