*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
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Horseshoe Crab 7738b97d0a Add block-aligned AES ECB encryption (mbedtls) 1 year ago
set1 Add block-aligned AES ECB encryption (mbedtls) 1 year ago
.gitignore Add set 1 readme, misc. makefile changes 1 year ago
README.md Write some semblance of a README 1 year ago

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