[Assignment-4] added protocol scheme for slke

This commit is contained in:
Sascha Tommasone 2024-05-25 10:48:57 +02:00
parent 93a9af5704
commit 11f3dff437
Signed by: saschato
GPG key ID: 751068A86FCAA217

View file

@ -87,7 +87,18 @@
\newpage \newpage
\begin{exercise}[Key Establishment]{2.2.} \begin{exercise}[Key Establishment]{2.2.}
\protocolflow{1.5}{0.75}{
\node[] (A) at (0,0) {\textbf{Alice}};
\node[] (E) at (5,0) {\textbf{Eve}};
\node[] (B) at (8,0) {\textbf{Bob}};
\node[] (CA) at (-1,-4.5) {\text{check $N_A$}};
\package{0,-1}{5,-1}{$ID_A, N_A$}
\textcolor{red}{\package{5,-2}{0,-2}{$ID_A, N_A$}}
\package{0,-3}{5,-3}{$\{ N_A, K'_{AB} \}_{K_{AB}}$}
\textcolor{red}{\package{5,-4}{0,-4}{$\{ N_A, K'_{AB} \}_{K_{AB}}$}}
\package{0,-5}{5,-5}{$\{ N_A \}_{K'_{AB}}$}
\package{5,-6}{0,-6}{\textcolor{red}{$N'_B$}}
}
\end{exercise} \end{exercise}
\newpage \newpage