Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 453 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 453 Bytes

cryptopals

My solutions to the Matasano Cryptopals challenges. These challenges ask you to build and break crypto systems with attacks that apply to real world implementations.

I'm currently (slowly) going through them. So far, solved up to and including the ECB cut-and-paste challenge.

Note: I focus on solving the challenges rather than on having production-ready code ;)