From 1e7fe1bbe7ba3354ba733fb5d5aac56d949dde3f Mon Sep 17 00:00:00 2001 From: Danny Lloyd Date: Tue, 2 Apr 2024 08:58:54 -0500 Subject: [PATCH] Corrected hint file ref --- src/main/resources/explanations/challenge34_hint.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/explanations/challenge34_hint.adoc b/src/main/resources/explanations/challenge34_hint.adoc index 439cf2d95..7277eb8d4 100644 --- a/src/main/resources/explanations/challenge34_hint.adoc +++ b/src/main/resources/explanations/challenge34_hint.adoc @@ -1,6 +1,6 @@ This challenge can be solved by replaying the Key derivation function with the given inputs. 1. Run the function online -- Locate the parameters used for the key derivation function in the `generateKey` function in Challenge33.java +- Locate the parameters used for the key derivation function in the `generateKey` function in Challenge34.java - Copy the used parameters to an online https://www.dcode.fr/pbkdf2-hash[generator] and execute it - The website will return the value of the key.