• Joined on 2020-07-10
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.
felixm pushed to main at felixm/cryptopals 2022-07-06 01:12:47 +02:00
29c2685b1a Add test for bug in padding validation and get ready for challenge 18.
felixm pushed to main at felixm/cryptopals 2022-07-06 01:07:57 +02:00
57836c91f1 Finish challenge 17.
felixm pushed to main at felixm/cryptopals 2022-07-05 17:39:07 +02:00
08a8cad6f2 Work on challenge 17.
felixm pushed to master at felixm/antidrift 2022-07-03 03:09:28 +02:00
b69d426d85 Fix lock when trying to stop while enforce sequence is active.
felixm pushed to main at felixm/cryptopals 2022-07-02 16:42:10 +02:00
d1be95cbe1 Start with challenge 17.
felixm pushed to master at felixm/antidrift 2022-06-28 23:37:16 +02:00
73a5585b3c Implement client/deamon communication for session start/stop.
felixm pushed to main at felixm/cryptopals 2022-06-28 21:56:02 +02:00
956d75ab4e Finish challenge 16 and problem set 2.
felixm pushed to main at felixm/cryptopals 2022-06-28 19:27:47 +02:00
fd6f9464cc Implement challenge 15 pkcs7 validation.
felixm pushed to master at felixm/antidrift 2022-06-28 01:54:07 +02:00
0de11e8e0e Do not log during minimize count down loop.
felixm pushed to master at felixm/antidrift 2022-06-26 02:16:27 +02:00
02ad8b38a8 Implement colorful logging and autoreload for more fun.
felixm pushed to master at felixm/antidrift 2022-06-26 01:23:40 +02:00
3de609c3c1 Clean up code base.
felixm pushed to main at felixm/cryptopals 2022-06-26 00:28:14 +02:00
f6b4c98826 Finish challenge 14.
felixm pushed to master at felixm/antidrift 2022-06-23 23:10:59 +02:00
0f8315fca2 Continue with client daemon implmentaton.