[Assignment-4] added protocol scheme for slke
This commit is contained in:
parent
93a9af5704
commit
11f3dff437
1 changed files with 12 additions and 1 deletions
|
@ -87,7 +87,18 @@
|
|||
|
||||
\newpage
|
||||
\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}
|
||||
|
||||
\newpage
|
||||
|
|
Loading…
Reference in a new issue