Finish lab
This commit is contained in:
parent
88c32093a3
commit
6da3e784cd
9 changed files with 101 additions and 78 deletions
|
@ -1,32 +1,28 @@
|
|||
\section{Part 3: Symmetric Encryption}
|
||||
|
||||
\subsection{Plaintext}
|
||||
|
||||
\begin{verbatim}
|
||||
This is a small plaintext
|
||||
\end{verbatim}
|
||||
|
||||
\subsection{Verschlüsselter Plaintext}
|
||||
|
||||
\begin{verbatim}
|
||||
Plaintext: This is a small plaintext
|
||||
\end{verbatim}
|
||||
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\includegraphics[width=0.8\textwidth]{part3/plaintext}
|
||||
\includegraphics[width=0.7\textwidth]{part3/plaintext}
|
||||
\caption{Verschlüsselter Plaintext}
|
||||
\label{fig:Verschlüsselter Plaintext}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
\subsection{Wort mit 8 Zeichen}
|
||||
\subsection{8 Zeichen Verschlüsselt mit DES}
|
||||
|
||||
\begin{verbatim}
|
||||
FLORIANH x45
|
||||
8 Zeichen: FLORIANH x45
|
||||
\end{verbatim}
|
||||
|
||||
\subsection{Verschlüsselt mit DES}
|
||||
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\includegraphics[width=0.7\textwidth]{part3/des}
|
||||
\includegraphics[width=0.65\textwidth]{part3/des}
|
||||
\caption{Verschlüsselt mit DES}
|
||||
\label{fig:Verschlüsselt mit DES}
|
||||
\end{center}
|
||||
|
|
Reference in a new issue