This repository contains my solutions for the Cryptopals challenges.
Each challenge num
may contain 1 or more of the following
num.py
contains the solution codedata/num.txt
contains the challenge datanotes/num.md
contains scratch notes I made when writing the scriptmycrypto.py
contains code created in previous challenges that are (or might be) reused in later challenges.
pip install pycryptodome
pip install pwntools # because I'm too lazy to use struct