From 25ddac10dfa814bba5039d67582adebbfb724336 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 5 Sep 2023 10:28:41 +0200 Subject: [PATCH] subtask numbering --- Tasks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tasks.md b/Tasks.md index 4b8d023..541bac0 100644 --- a/Tasks.md +++ b/Tasks.md @@ -10,7 +10,7 @@ me at [software@cscherr.de](mailto:admin@cscherr.de). ## MD5 Hashchecker -### Produce a single MD5 Hash +### A. Produce a single MD5 Hash Difficulty: 1/5 @@ -35,7 +35,7 @@ The MD5 hash of `foobar19` is `fa5c65d5438f849387d3fdda2be4dd65`. -### Hash multiple values and search for specific ones. +### B. Hash multiple values and search for specific ones. Difficulty: 2/5 @@ -109,7 +109,7 @@ than any other value. This is essential for the security of the hashing algorith -### Find earliest hash that fits criteria +### C. Find earliest hash that fits criteria Difficulty: 2/5