Master student currently learning cryptanalysis.
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
Make
make
cd bin
./main
Clear MM
make clean
- Differential Cryptanalysis of DES-like Cryptosystem (Ext Abstract) - Biham, Shamir
- Differential Cryptanalysis of DES-like Cryptosystem (book) - Biham, Shamir
- A Tutorial on Linear and Differential Cryptanalysis - Heys
- Handbook of Applied Cryptography - Menezes, van Oorchot, Vanstone
- A SELF-STUDY COURSE IN BLOCK-CIPHER CRYPTANALYSIS - Schneier