• Joined on 2020-07-10
felixm created repository felixm/tictactoecss 2022-08-13 01:33:54 +02:00
felixm pushed to main at felixm/cryptopals 2022-08-12 18:27:37 +02:00
fbf26efa44 Implement challenge 24 and finish set 3.
felixm pushed to main at felixm/cryptopals 2022-08-06 17:24:20 +02:00
98ad4c7712 Finish challenge 23.
felixm pushed to main at felixm/cryptopals 2022-08-06 16:18:21 +02:00
b7ca276f72 Two out of four untemper parts work.
felixm pushed to main at felixm/cryptopals 2022-08-04 23:13:44 +02:00
92c73fb125 Challenge 23 eod.
felixm pushed to main at felixm/cryptopals 2022-08-04 20:54:41 +02:00
8482db0bac Finish challenge 22.
felixm pushed to main at felixm/cryptopals 2022-07-30 18:33:06 +02:00
2586f67241 Implement MT19937 for challenge 21.
felixm pushed to main at felixm/cryptopals 2022-07-29 15:20:24 +02:00
6485a2f068 Finish challenge 20 statistical CTR.
felixm pushed to main at felixm/cryptopals 2022-07-25 00:18:58 +02:00
3248609119 Implement challenge 19 in Rust so that I can move on with good conscience.
felixm pushed to master at felixm/antidrift 2022-07-24 17:43:46 +02:00
f9d91b4053 Support regex based window matching.
felixm pushed to master at felixm/antidrift 2022-07-24 17:20:44 +02:00
9965ef273f Implement scheduling of blackbox sessions.
felixm pushed to master at felixm/antidrift 2022-07-23 19:18:41 +02:00
f255fcffee Add documentation for building antidrift into single executable.
felixm pushed to master at felixm/antidrift 2022-07-23 18:45:40 +02:00
2e4856f0e5 Implement window kill support for really bad keywords.
felixm pushed to master at felixm/antidrift 2022-07-23 18:36:33 +02:00
c82c52910c Reintroduce sudo feature to lock users out. Remove AW watcher because the dependency is annoying.
felixm pushed to main at felixm/cryptopals 2022-07-21 02:27:18 +02:00
b8fa60cb05 Start to implement challenge 19 in Rust which requires some learning.
felixm pushed to main at felixm/cryptopals 2022-07-20 01:35:11 +02:00
467c3bdbef Solve challenge 19 in Python because my Rust still sucks.
felixm pushed to master at felixm/antidrift 2022-07-14 04:34:47 +02:00
34691309db Log antidrift status to activity watch (requires aw-client and aw-core packages.
felixm pushed to master at felixm/antidrift 2022-07-11 01:17:33 +02:00
c3b9e9c067 Add status message, make colors nice and add auto start instructions.
felixm pushed to main at felixm/cryptopals 2022-07-09 17:54:25 +02:00
e70c6c470c Implement challenge 18 CTR cipher mode.
felixm pushed to main at felixm/cryptopals 2022-07-09 17:32:33 +02:00
1304ff2144 Start with challenge 18.