\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:

\begin{verbatim}
john --wordlist=crackstation.txt --format=md5crypt hashes.txt --fork=8
\end{verbatim}

\begin{figure}[H]
    \begin{center}
        \includegraphics[width=0.9\textwidth]{part4/john}
        \caption{John}
        \label{fig:John}
    \end{center}
\end{figure}