Matasano / Cryptopals Set 1

This is the qualifying set. We picked the exercises in it to ramp developers up gradually into coding cryptography. This set is relatively easy


Cryptopals Set 1

I've been picking away at these during coffee breaks for the last couple of months. Most are pretty straightforward, but the Break Repeating Key XOR took quite a bit of fiddling to ensure that variable types were set correctly and the set of best sized keys were tested.

All of my code for the Set 1 challenges can be found in my CTF GitHub repo.

FINAL RESULTS

Set 1 Complete!