Skip to content

Commit

Permalink
Merge pull request #1307 from dannylloyd/patch-1
Browse files Browse the repository at this point in the history
Correct hint file reference for Challenge 34
  • Loading branch information
commjoen committed Apr 2, 2024
2 parents 8df6b6b + 1e7fe1b commit 07ea1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/explanations/challenge34_hint.adoc
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 07ea1d0

Please sign in to comment.