• Joined on 2020-07-10
felixm pushed to main at felixm/cryptopals 2022-06-18 00:08:12 +02:00
961f75bb7d Solve challenge 12.
felixm pushed to main at felixm/cryptopals 2022-06-16 13:46:59 +02:00
f9ddf4cccd Challenge 12 decrypt first block.
felixm pushed to main at felixm/cryptopals 2022-06-11 17:15:23 +02:00
e64cee1e2e Restart with challenge 12 and implement find key length.
felixm pushed to main at felixm/cryptopals 2022-04-27 17:23:10 +02:00
eb0f8c4ede Start work on challenge 12.
felixm pushed to main at felixm/cryptopals 2022-04-27 16:34:45 +02:00
994da471c4 Detect ECB via duplicated chunks instead of Hemming distance as I should have done in the first place.
felixm pushed to main at felixm/cryptopals 2022-04-26 15:29:32 +02:00
06af500a52 I realized that I am fine if I can choose the plaintext. This solves 11.
felixm pushed to main at felixm/cryptopals 2022-04-26 02:22:04 +02:00
f0cfefd352 Fix embarrassing naming error and still don't know what I am doing wrong.
felixm pushed to main at felixm/cryptopals 2022-04-25 02:52:40 +02:00
4bbfc0e49f Not sure how to solve challenge 11 yet my approach should be okay.
felixm pushed to main at felixm/cryptopals 2022-04-23 00:56:47 +02:00
b757f359ff Implement encryption oracle for challenge 11.
felixm pushed to main at felixm/cryptopals 2022-04-18 03:36:22 +02:00
9f3eb1356c Implement challenge 10.
felixm pushed to main at felixm/cryptopals 2022-04-14 03:43:02 +02:00
766a36e790 Implement challenge 9 pkcs 7 padding.
felixm pushed to main at felixm/cryptopals 2022-04-12 02:14:09 +02:00
415baedd78 Finish set 1.
felixm pushed to master at felixm/st-git 2022-04-03 04:20:24 +02:00
92578fb05f Use powerline font.
felixm pushed to master at felixm/st-git 2022-04-02 19:46:04 +02:00
dab4700b0b Add readme.
felixm pushed to master at felixm/st-git 2022-04-02 19:44:22 +02:00
a6c23ca7ca Add patches and fix PKGBUILD to apply them.
felixm pushed to main at felixm/cryptopals 2022-03-27 20:04:51 +02:00
6cc8ed65d0 Solve challenge 7 using openssl.
felixm pushed to main at felixm/cryptopals 2022-03-27 16:11:38 +02:00
110fb61e18 Solve challenge 6.
felixm pushed to main at felixm/cryptopals 2022-03-27 00:56:04 +01:00
f69fea769f Implement guess key size.
felixm pushed to main at felixm/cryptopals 2022-03-27 00:12:59 +01:00
1e84f2cb58 Implement conversion from base64 into bytes.
felixm pushed to main at felixm/cryptopals 2022-03-26 18:38:44 +01:00
b490b67d55 Implement Base64 read.