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

Fix hash for stage 38 #13

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Fix hash for stage 38 #13

merged 1 commit into from
Jun 20, 2023

Conversation

bluewave41
Copy link
Contributor

As mentioned in #12

<?php
echo sha1("string1"."string2"."132f4c5f0f");

Prints997ffa731506ee6d66dfafe17dbdf76316e2e67b which does not start with 6 leading zeros.

I've updated it to use an answer of dnt28wclnx which results in a hash of 000000140e9731bbf369d8cbc4f7919961020793 which satisfies the problem.

<?php
echo sha1("string1"."string2"."dnt28wclnx");

@geek-at geek-at merged commit 35d3373 into HaschekSolutions:master Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants