Skip to content

pdogr/cryptopals-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptopals-cpp

Matasano crypto challenges (https://cryptopals.com/) in cpp, with Boost for some stuff.

Requirements

g++, boost, pthreads (for some challenges), ninja

Usage

git clone https://github.com/plaxi0s/cryptopals-cpp.git
cd cryptopals-cpp
meson build --wipe
cd build
# use meson configure to specify which set/file to compile.
meson configure -Dset=set1 -Dfile=3
ninja
./3

Set 1

Set 2

Set 3

Set 4

Set 5

Set 6

Set 7


About

matasano cryptopals challenge attempt in cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published