You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
User has to enter a 4 digit password. There is no trick about it, and they are not given the password.
The solution? Simple brute force!
Hey, sometimes brute force is simply the answer, and in the case of only 10^4 possibilities, it really is. The password will be checked by a javascript function, that checks the pass against a custom hash function. To solve the problem they will have to create a function that simply checks every possibility.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
User has to enter a 4 digit password. There is no trick about it, and they are not given the password.
The solution? Simple brute force!
Hey, sometimes brute force is simply the answer, and in the case of only 10^4 possibilities, it really is. The password will be checked by a javascript function, that checks the pass against a custom hash function. To solve the problem they will have to create a function that simply checks every possibility.
The text was updated successfully, but these errors were encountered: