This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\newcommand{\image}[3]{ | |
\begin{figure}[H] | |
\centering | |
\includegraphics[width=#1\textwidth,keepaspectratio]{#2} | |
\caption{#3} | |
\end{figure} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A simple Common Encryption dictionnary attack using OpenSSL | |
# ------------------------------------------------------------ | |
# William Clot | |
# 09/01/2019 | |
# Needs the following folders to work: | |
# - ./dict/ with the dictionnary files | |
# - ./data/user1...n with the encrypted files of each user using ./ce.sh |