From 0448e0a96e56fdb8356b19d041f2c662c1f154ae Mon Sep 17 00:00:00 2001 From: Joshua Middleton Francis Date: Sun, 12 Jun 2022 11:15:38 -0500 Subject: [PATCH 1/6] Update hack.js --- src/hack.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hack.js b/src/hack.js index b55f0aa..0f0322b 100644 --- a/src/hack.js +++ b/src/hack.js @@ -11,5 +11,7 @@ const hash = '5e7d28e2cfff93edefb2d15abad07ec5'; ///// ANSWER ///// -const hacked = 'superhacker'; +// I used https://www.dcode.fr/md5-hash and inputted the MD5 Hash + +const digest = 'superhacker'; From 1854f2c33b909b545deefd058257dace9287e1e2 Mon Sep 17 00:00:00 2001 From: Joshua Middleton Francis Date: Sun, 12 Jun 2022 11:18:19 -0500 Subject: [PATCH 2/6] Update hack.js --- src/hack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hack.js b/src/hack.js index 0f0322b..4bd44e1 100644 --- a/src/hack.js +++ b/src/hack.js @@ -11,7 +11,7 @@ const hash = '5e7d28e2cfff93edefb2d15abad07ec5'; ///// ANSWER ///// -// I used https://www.dcode.fr/md5-hash and inputted the MD5 Hash +// I used https://www.dcode.fr/md5-hash and inputted the MD5 Hash to get the MD5 digest. const digest = 'superhacker'; From 2212bda88c6ce02c77811dde262d9d3a62834db9 Mon Sep 17 00:00:00 2001 From: Joshua Middleton Francis Date: Sun, 12 Jun 2022 11:31:36 -0500 Subject: [PATCH 3/6] SOLVED! --- src/hack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hack.js b/src/hack.js index 4bd44e1..04b8fc8 100644 --- a/src/hack.js +++ b/src/hack.js @@ -11,7 +11,7 @@ const hash = '5e7d28e2cfff93edefb2d15abad07ec5'; ///// ANSWER ///// -// I used https://www.dcode.fr/md5-hash and inputted the MD5 Hash to get the MD5 digest. +// I used https://www.dcode.fr/md5-hash and inputted the MD5 Hash to get the MD5 digest. const digest = 'superhacker'; From 1acb630cbf73e2c3e92015f0127cb82eb071b7ee Mon Sep 17 00:00:00 2001 From: Joshua Middleton Francis Date: Mon, 13 Jun 2022 04:11:10 -0500 Subject: [PATCH 4/6] SOLVED! --- src/hack.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hack.js b/src/hack.js index 04b8fc8..31230b6 100644 --- a/src/hack.js +++ b/src/hack.js @@ -12,6 +12,7 @@ const hash = '5e7d28e2cfff93edefb2d15abad07ec5'; ///// ANSWER ///// // I used https://www.dcode.fr/md5-hash and inputted the MD5 Hash to get the MD5 digest. +// I know I could hae used Hashcat to find the answer, but my graphics card is acting up :( const digest = 'superhacker'; From 2f5e506c3175e272937d902b4f607cc6275cb36a Mon Sep 17 00:00:00 2001 From: Joshua Middleton Francis Date: Mon, 13 Jun 2022 04:11:28 -0500 Subject: [PATCH 5/6] SOLVED! --- src/hack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hack.js b/src/hack.js index 31230b6..3052928 100644 --- a/src/hack.js +++ b/src/hack.js @@ -12,7 +12,7 @@ const hash = '5e7d28e2cfff93edefb2d15abad07ec5'; ///// ANSWER ///// // I used https://www.dcode.fr/md5-hash and inputted the MD5 Hash to get the MD5 digest. -// I know I could hae used Hashcat to find the answer, but my graphics card is acting up :( +// I know I could hae used Hashcat to find the answer, but my graphics card is acting up. :( const digest = 'superhacker'; From f26d5ab877eef04eeeaa491da7437f9843da4f08 Mon Sep 17 00:00:00 2001 From: Joshua Middleton Francis Date: Mon, 13 Jun 2022 04:12:07 -0500 Subject: [PATCH 6/6] SOLVED! --- src/hack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hack.js b/src/hack.js index 3052928..99e1ba8 100644 --- a/src/hack.js +++ b/src/hack.js @@ -12,7 +12,7 @@ const hash = '5e7d28e2cfff93edefb2d15abad07ec5'; ///// ANSWER ///// // I used https://www.dcode.fr/md5-hash and inputted the MD5 Hash to get the MD5 digest. -// I know I could hae used Hashcat to find the answer, but my graphics card is acting up. :( +// I know I could have used Hashcat to find the answer, but my graphics card is acting up. :( const digest = 'superhacker';