Skip to content

Instantly share code, notes, and snippets.

View williamclot's full-sized avatar

William Clot williamclot

View GitHub Profile
\newcommand{\image}[3]{
\begin{figure}[H]
\centering
\includegraphics[width=#1\textwidth,keepaspectratio]{#2}
\caption{#3}
\end{figure}
}
@williamclot
williamclot / brute_force.sh
Created January 13, 2019 18:48
Convergent Encryption and brute-force attack
# 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