This repository contains my solutions for the cryptopals crypto challenges.
- Some of them use the PyCrypto library.
- The
run.py
script runs every challenge passed as command-line argument. - The
-s
option specifies a comma-separated list of sets to be run. - The
-c
option, a comma-separated list of challenges inside the given sets. - If any of these options is missing, all sets/challenges will be run.
- I've also completed set 8 (including its bonus challenge) but solutions cannot be published yet. Sorry!