My solution in C++ to the cryptopals crypto challenge. Cross-platform solution, can be build in Windows (Visual Studio 2015) or Linux. Find the solution file and/or the makefile in the 'workspace' folder.
Current stage:
- Set 1
- Set 2
- Set 3 - work in progress
Build it with Visual Studio 2015 or newer.
sudo apt-get install libssl-dev
cd workspace
make
./run_all_challenges.sh
OR
./run_set_1.sh
./run_set_2.sh
./run_set_3.sh