cryptopals_c

cryptopals crypto challenges solutions in pure c
git clone git://git.superpozycja.net/cryptopals_c
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2025-02-25 19:19src/s1: solve c7superpozycja1+10-10
2025-02-25 19:19lib/block: add ecb mode without paddingsuperpozycja2+83-0
2025-02-25 19:18lib/aes: back from valgrinds hall of shame (fix memory leaks)superpozycja1+16-3
2025-02-25 17:53lib/aes: add aes decryptionsuperpozycja2+149-49
2025-02-25 00:42lib/aes: rename amt to offsetsuperpozycja1+2-2
2025-02-23 17:15aes encryption now workssuperpozycja2+134-11
2025-02-23 01:15fix styling overallsuperpozycja4+36-23
2025-02-23 00:34lib/aes: implement plain aes part 1; working key expansionsuperpozycja3+203-2
2025-02-23 00:34data: add 1_7.txtsuperpozycja1+64-0
2025-02-23 00:33makefile: add debug symbols to compilationsuperpozycja1+2-2
2025-02-23 00:33lib/ba: add ba_alloc()superpozycja2+16-0
2025-02-22 22:06lib: add digests to the include guards so we don't collidesuperpozycja3+6-6
2025-02-22 18:25style fixessuperpozycja6+16-15
2025-02-22 18:21cleanup commitsuperpozycja5+8-40
2024-09-12 21:23fix readme disclaimersuperpozycja1+3-2
2024-09-01 17:43rename the lib; in c6 move functions outsuperpozycja4+7-67
2024-09-01 17:42add vigenere related functions and truly rename to analysissuperpozycja2+64-2
2024-09-01 17:36add utility lib for miscellaneous functionssuperpozycja2+109-0
2024-09-01 17:36move common functions elsewheresuperpozycja3+4-152
2024-09-01 17:35fix makefile so it * actually * workssuperpozycja1+20-5
2024-09-01 16:49fix stylesuperpozycja3+40-19
2024-09-01 16:36fix wording a lilsuperpozycja1+1-1
2024-09-01 16:33substitue readme to a plaintext formatanna2+7-3
2024-09-01 14:39delete the old build scriptanna1+0-6
2024-09-01 14:38fix so this compiles - i will use a homebrew implementation of AES anywayanna1+3-5
2024-09-01 14:37make an actual functioning (but ugly) build method for thoseanna1+24-0
2024-08-31 18:09clean up thoseeeanna7+119-0
2024-08-31 18:06move build.sh to main folder - this will make it not work now!anna1+6-0
2024-08-31 18:05cleanuppppanna4+0-517
2024-08-31 18:05something changed in this file - cleanup commitanna1+1-1
2024-08-31 18:00add data folderanna2+392-0
2024-08-31 17:06add cryptanalytic function setanna2+92-0
2024-08-31 17:05move to common folder - no need to separateanna2+183-0
2024-08-31 17:01move ba inside the project to keep it self containedanna2+183-0
2024-08-29 18:46c6 finished - might be a lil buggy idcanna1+90-1
2024-08-27 21:14s1/c6: decode b64 to hex (and finally into ba)anna1+83-0
2024-08-27 21:14c5 doneanna1+15-0
2024-08-27 21:12some style changesanna2+22-11
2024-08-07 20:14update ex 3 and 4anna4+379-33
2024-07-26 21:54c2 fixups, c3 doneanna2+60-15
2024-07-26 21:01style fixupanna4+37-41
2024-03-23 23:11chall 2anna2+23-1
2024-03-21 22:27initial commitanna4+58-0