• Joined on 2020-07-10
felixm pushed to main at felixm/ptoos-xray 2022-10-20 01:59:36 +02:00
ea85e210fb Create project structure
felixm created repository felixm/ptoos-xray 2022-10-20 01:32:56 +02:00
felixm pushed to main at felixm/cryptopals 2022-10-15 20:53:31 +02:00
9a5544f5a0 Implement E=3 RSA broadcast attack to finish set 5
felixm pushed to main at felixm/cryptopals 2022-10-15 15:41:03 +02:00
86c28caf12 Implement invmod manually
felixm pushed to main at felixm/cryptopals 2022-10-15 00:22:57 +02:00
3176f23662 Finish challenge 39 without invmod
felixm pushed to main at felixm/cryptopals 2022-10-09 15:18:34 +02:00
6b17c66175 Finish challenge 38 SRP dictionary attack
felixm pushed to main at felixm/cryptopals 2022-10-08 19:28:07 +02:00
3daf67bc0e Implement first part of assignment 38
felixm pushed to main at felixm/cryptopals 2022-10-08 15:30:24 +02:00
f0b75e6cc0 Implement challenge 37 break SRP with zero key
felixm pushed to main at felixm/cryptopals 2022-10-06 23:05:42 +02:00
a1de52bfd2 Refactor challenge 36 to match SRP protocol better
felixm pushed to main at felixm/cryptopals 2022-10-02 18:32:20 +02:00
eae126f4cd Clean up asssignment 36 and prepare for 37
felixm pushed to main at felixm/cryptopals 2022-09-15 23:32:46 +02:00
7a9225ccb0 Implement assignment 36.
felixm pushed to main at felixm/cryptopals 2022-09-03 14:58:25 +02:00
49d590ea44 Implement challenge 35
felixm pushed to main at felixm/cryptopals 2022-09-02 18:28:40 +02:00
ad3a292e0e Implement challenge 34
felixm pushed to main at felixm/cryptopals 2022-09-01 01:29:45 +02:00
9e568ac97c Implement challenge 33 Diffie-Hellman
felixm pushed to main at felixm/cryptopals 2022-08-29 01:47:48 +02:00
ddafb43934 Solve challenge 32 and with that problem set 4
felixm pushed to main at felixm/cryptopals 2022-08-28 21:52:34 +02:00
f50197e480 Clean up and lay groundwork for challange 32
felixm pushed to main at felixm/cryptopals 2022-08-27 23:32:56 +02:00
75d4b97524 Implement challenge 31 to recover HMAC-SHA1 via timing attack
felixm pushed to main at felixm/cryptopals 2022-08-27 20:47:08 +02:00
bac75acd2c Resolve more linter warnings
felixm pushed to main at felixm/cryptopals 2022-08-26 00:32:59 +02:00
0951a6ab3e Refactor some more, done for now
felixm pushed to main at felixm/cryptopals 2022-08-25 23:44:30 +02:00
b97b2fe6d0 Refactor code based on clippy suggestions