M4: Key establishment and certificate management - C.4 & C.8 Flashcards
What is entity authentication?
M4: Key establishment and certificate management - C.4 & C.8
It’s the process of verifying the identity of a communicating party.
What is a session key?
M4: Key establishment and certificate management - C.4 & C.8
A session key is a temporary symmetric key used for securing communications during a session.
What’s the difference between key transport and key agreement?
M4: Key establishment and certificate management - C.4 & C.8
Key transport involves one party choosing and sending the key, while key agreement involves both parties contributing to the key.
What is mutual authentication?
M4: Key establishment and certificate management - C.4 & C.8
It’s when both parties in a communication prove their identities to each other.
What is a replay attack?
M4: Key establishment and certificate management - C.4 & C.8
It’s when an attacker captures and reuses a message from a previous session to gain unauthorized access.
What is a reflection attack?
M4: Key establishment and certificate management - C.4 & C.8
It’s when an attacker tricks a party into proving its identity to itself, often by replaying messages.
What is a relay attack?
M4: Key establishment and certificate management - C.4 & C.8
It’s when an attacker forwards messages between two parties to make them believe they are communicating directly.
What is a middle-person attack?
M4: Key establishment and certificate management - C.4 & C.8
It’s when an attacker intercepts and possibly alters the communication between two parties without their knowledge.
What is the purpose of time-variant parameters (TVPs)?
M4: Key establishment and certificate management - C.4 & C.8
TVPs ensure the uniqueness and freshness of protocol messages to prevent replay attacks.
What is Diffie-Hellman key agreement?
M4: Key establishment and certificate management - C.4 & C.8
It’s a method for two parties to establish a shared secret over an insecure channel.
main weakness of basic Diffie Hellman?
M4: Key establishment and certificate management - C.4 & C.8
It is vulnerable to middle-person attacks because it doesn’t authenticate the parties.
What is the Station-to-Station (STS) protocol?
M4: Key establishment and certificate management - C.4 & C.8
It’s an extension of Diffie-Hellman that includes authentication using digital signatures.
What is a key distribution center (KDC)?
M4: Key establishment and certificate management - C.4 & C.8
It’s a trusted server that generates and distributes session keys to parties that don’t share long-term keys.
What is a key translation center (KTC)?
M4: Key establishment and certificate management - C.4 & C.8
It’s a server that helps one party encrypt a session key for another party, reducing key distribution complexity.
Why is it important to avoid reusing session keys?
M4: Key establishment and certificate management - C.4 & C.8
Reusing session keys can make them vulnerable to attacks and increase the risk of key leakage.