cryptopals-python3
cryptopals-python3 copied to clipboard
Solutions to Matasano crypto challenges in Python 3.
This are my solutions to the Matasano crypto challenges (http://cryptopals.com) in Python 3.
For most challenges it suffices to run:
python3 challengeXX.py
but for some challenges, you might need to do:
python3 challengeXX_server.py
or similar first.