\section{Part 4: Password Hashing and Cracking}
\subsection{MD5 Hash}
MD5 hash mit password aus Liste:
\begin{verbatim}
openssl passwd -1 !Florian
\end{verbatim}
\subsection{John}
cracking it with john:
john --wordlist=crackstation.txt --format=md5crypt hashes.txt --fork=8
\begin{figure}[H]
\begin{center}
\includegraphics[width=0.9\textwidth]{part4/john}
\caption{John}
\label{fig:John}
\end{center}
\end{figure}