Week 6 Flashcards
What are the Protocol types syntax?
Agent: A, B
Number (Nonce): NA, NB (A and B written in lower font)
Function: pk , eg. pk(B) -> private key of agent B
What does a Secure Transmission look like in syntax?
A● -> ●B: NA
Secure transmission of nonce NA from A to B
The goal is to ensure that NA is transmitted safely from A to B without being tampered with or intercepted by unauthorised parties
What does a Authentic Transmission look like in syntax?
A● -> B: NA
Authentic transmission of nonce NA from A to B
The goal is for B to be condifent that the NA it receives indeed came from A and not from an attacker pretending to be A
What does a Confidential Transmission look like in syntax?
A -> ●B: NA
Confidential transmission of nonce NA from A to B
The goal is to ensure that only B can see the transmitted NA. No third party or attacker can eavesdrop and learn the nonce
What is a summary of each transmission type?
Secure Transmission: Ensure it gets there safely without tampering
Authentic Transmission: Ensure it really came from A
Confidential Transmission: Ensure only
B can read it