From 7f7cd3677d13d1fbef6b2d6c3b55f3aa512a3b99 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 5 Sep 2023 10:26:06 +0200 Subject: [PATCH] make task more clear --- Tasks.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tasks.md b/Tasks.md index baea938..4b8d023 100644 --- a/Tasks.md +++ b/Tasks.md @@ -87,7 +87,8 @@ Last 5 Matches
Solution -There are 3889 hashes for `foobar000000` to `foobar999999` that start with `00`. +There are 3889 hashes for `foobar000000` to `foobar999999` that produce an MD5 Hash that starts +with `00`. [Code Example](src/md5range.py) @@ -113,7 +114,7 @@ than any other value. This is essential for the security of the hashing algorith Difficulty: 2/5 1. Find the earliest integer $X$ for `foobarXXXXXX` (where $X$ is an iterator as in the last -subtask) that starts with `2718`. +subtask) that produces an MD5 hash that starts with `2718`.
Hints