daniel packard

March 31, 2021

New Blog Post: Cryptopals Set 1 Challenge 1

The Backstory

The Cryptopals challenges introduce people to cryptography through a series of programming exercises that increase in complexity. The challenges start with encoding & decoding in hex/binary/base64, and they build up to a variety of topics including an implementation of Wang's Attack, which exploits a flaw in the md4 hashing algorithm.

I plan to follow along with my own efforts to implement the challenges, and provide detailed explanations of concepts that helped me understand and implement the code.