This repository contains my solutions for the Cryptopals challenges.
Each challenge num may contain 1 or more of the following
num.pycontains the solution codedata/num.txtcontains the challenge datanotes/num.mdcontains scratch notes I made when writing the scriptmycrypto.pycontains 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