cryptopals_c

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

DateCommit messageAuthorFiles+-
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