all repos — cryptopals-challenges @ main

cryptopals-challenges

7738b97d
Add block-aligned AES ECB encryption (mbedtls)
x1phosura x1phosura@x1phosura.zone
Sun, 08 May 2022 23:25:28 -0700
08b7de53
Also implement fixed-xor bruteforcer
x1phosura x1phosura@x1phosura.zone
Wed, 27 Apr 2022 01:08:57 -0700
d85d53bb
Add set 1 readme, misc. makefile changes
x1phosura x1phosura@x1phosura.zone
Wed, 27 Apr 2022 01:07:07 -0700

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 © 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.

clone
git clone https://git.x1phosura.zone/cryptopals-challenges