Solutions for cryptopals challenges in python See: https://cryptopals.com/ Installation Set up pipenv: pipenv install Usage Run the individual scripts: pipenv run ./1_convert_hex_to_base64.py