all repos — cryptopals-challenges @ e6f5696c7333ca99aff8332dcbe06dcafc31008b

cryptopals-challenges

Write some semblance of a README
x1phosura x1phosura@x1phosura.zone
Wed, 13 Apr 2022 22:17:36 -0700
commit

e6f5696c7333ca99aff8332dcbe06dcafc31008b

parent

bdb02a337bc5ca70bc3d4fde7a29731920c90869

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -0,0 +1,8 @@

+# Cryptopals challenges + +This repo contains my progress on the [cryptopals challenges](https://www.cryptopals.com/), 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 +