Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct hint file reference for Challenge 34 #1307

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading