• Joined on 2020-07-10
felixm pushed to main at felixm/microcorruption 2023-04-08 00:26:26 +02:00
afe94b773b Solve Algiers in like six hours
felixm pushed to main at felixm/microcorruption 2023-03-11 21:20:33 +01:00
c67b7935b8 Solve Novosibirsk in less than an hour
felixm pushed to main at felixm/cryptopals 2023-02-05 23:41:43 +01:00
d81a8c3c30 Finish challenge set 6, original challenges completed
felixm pushed to main at felixm/cryptopals 2023-02-05 02:49:38 +01:00
1f2751a2f7 Solve challenge 47 in Python
felixm pushed to main at felixm/cryptopals 2023-02-04 23:39:56 +01:00
fcb67889b9 Implement Bleichenbacher PKCS padding oracle in Python
felixm pushed to main at felixm/cryptopals 2023-01-29 18:57:10 +01:00
edbe2144ae Clean up and consider BigUint as alternative to BigNum for RSA implementation
felixm pushed to main at felixm/cryptopals 2023-01-23 02:04:16 +01:00
6abf32c361 Prepare for Bleichenbacher's PKCS attack
felixm pushed to main at felixm/microcorruption 2023-01-21 20:52:54 +01:00
5f149b34ce Document Addis Ababa
felixm pushed to main at felixm/microcorruption 2023-01-21 20:41:29 +01:00
a368fe6c55 Document exercises Cusco till Jakarta
felixm pushed to main at felixm/microcorruption 2023-01-21 19:19:53 +01:00
69755b72aa Document exercises Tutorial till Hanoi
felixm created repository felixm/microcorruption 2023-01-21 18:30:32 +01:00
felixm deleted branch master from felixm/discrete_optimization 2023-01-21 18:21:44 +01:00
felixm created branch main in felixm/discrete_optimization 2023-01-21 18:21:44 +01:00
felixm created branch master in felixm/discrete_optimization 2023-01-21 18:21:03 +01:00
felixm pushed to master at felixm/discrete_optimization 2023-01-21 18:21:03 +01:00
fb4005b74f Change TSP to search closest neighbors. Make lines for plotting thinner and plot neighbor connections.
fb2953bc6f Finish Discrete Optimization.
cd3d564113 Start VRP.
3461738861 Precompute and submit solutions. Got 54 with those results. Still bad.
03291a57bc Divide plane into squares and then local search.
Compare 10 commits »
felixm created repository felixm/discrete_optimization 2023-01-21 18:18:07 +01:00
felixm pushed to main at felixm/cryptopals 2023-01-20 01:56:11 +01:00
c6c6167112 Finish Challenge 64 RSA parity oracle
felixm pushed to main at felixm/cryptopals 2023-01-16 04:08:47 +01:00
365bde182d Implement parity oracle for challenge 46
felixm pushed to main at felixm/cryptopals 2023-01-14 16:36:37 +01:00
70cecb0d9e Solve challenge 45 DSA parameter tampering
felixm pushed to main at felixm/cryptopals 2023-01-14 03:08:13 +01:00
47976540d5 Solve challenge 44 DSA recoery from repeated nonce