Skip to content

Commit

Permalink
Merge pull request #13 from bluewave41/patch-1
Browse files Browse the repository at this point in the history
Fix hash for stage 38
  • Loading branch information
geek-at authored Jun 20, 2023
2 parents c3de2f4 + 13f3bca commit 35d3373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/levels/hackit38.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public function render()
</code></pre><br/>
<strong>Example:</strong><br/>
nonce = "132f4c5f0f"<br/>
sha1("string1"+"string2"+nonce) -> Results in sha1 hash 000000593a640078a309840d69b4e2064d09ae20 so 132f4c5f0f would be the solution if we were looking for 6 leading zeroes
nonce = "dnt28wclnx"<br/>
sha1("string1"+"string2"+nonce) -> Results in sha1 hash 000000140e9731bbf369d8cbc4f7919961020793 so dnt28wclnx would be a solution if we were looking for 6 leading zeroes
<br/><br/>
Solution:<br/><input id="pw" type="password" />
<br/><input type="button" value="OK" onClick="checkPW()"/>
Expand All @@ -65,4 +65,4 @@ function checkPW()
}
</script>';
}
}
}

0 comments on commit 35d3373

Please sign in to comment.