*Note: this is crypto as in 'cryptography' since unfortunately that needs to be clarified these days This repo contains my progress on cryptopals, which is like the overthewire of cryptanalysis
Go to file
Horseshoe Crab b8f9f6f247 Realize my 'fixed' XOR is already repeating-key 2022-04-27 00:43:03 -07:00
set1 Realize my 'fixed' XOR is already repeating-key 2022-04-27 00:43:03 -07:00
.gitignore Misc. base64.c tweaks 2022-04-13 18:14:37 -07:00
README.md Write some semblance of a README 2022-04-13 22:17:36 -07:00

README.md

Cryptopals challenges

This repo contains my progress on the cryptopals challenges, which are like the overthewire of cryptanalysis. They constitute a set of programming exercises where you implement cryptographic algorithms and break them.

I understand that I'm (for now) doing this in a deeply-flawed language (C) where there are better and more exciting alternatives, and that my code quality is probably mediocre at best. That's okay because this is for learning purposes.

  • x1phosura