Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Please enter your 4 digit pin. #48

Open
JamezQ opened this issue Jun 13, 2013 · 0 comments
Open

Please enter your 4 digit pin. #48

JamezQ opened this issue Jun 13, 2013 · 0 comments

Comments

@JamezQ
Copy link

JamezQ commented Jun 13, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant