From 5eac33e3fa15cf9d457067d38f4ed914d628a0f8 Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Sat, 4 Nov 2023 00:34:15 +0530 Subject: [PATCH] Remove a line --- Phase 2/01 Reverse Engineering.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Phase 2/01 Reverse Engineering.md b/Phase 2/01 Reverse Engineering.md index 6411f36..387b529 100644 --- a/Phase 2/01 Reverse Engineering.md +++ b/Phase 2/01 Reverse Engineering.md @@ -64,7 +64,6 @@ There's also a function `check_key` that presumably we need to test with to chec if key[i] != hashlib.sha256(username_trial).hexdigest()[8]: return False - ``` So it seems it checks whether the dynamic part of the given key is equal to the combination of elements of the variable `hashlib.sha256(username_trial).hexdigest()` with the following indices: