/cryptanalyses

Random stuff about crypto

Primary LanguageC++

crypto

Master student currently learning cryptanalysis.

What you will find here

This repo will contain some ciphers and tentative to break them in C/C++.
Mainly exercices from Modern Cryptanalysis: Techniques for Advanced Code Breaking - Swenson

Compile

Make

make
cd bin
./main

Clear MM

make clean

References