Password verifying process can take 30 sec on standart fps limit.If nothing appears on the screen after 1 minute then password incorrect (In best case you will see message that password incorrect)
very
youcant
q7kzp
itsi
code
computer
yaygotit
easy
hard
r16k1s60
Comments
-
What appears, if I will input correct password?What will be appears on the screen?How to undestand that my password is correct?
-
You can find it somewhere
-
password?
-
Update: Input overflow fixed and something added.
-
QuanTech, but how to hide win string then?
-
Post the code. If this is supposed to be a challenging password, then posting the code will not matter, correct?
-
First of all, I can easily buffer overflow the input to make it completely fail. Second of all, either your password is very long or I have no idea what it is doing.
-
You could make it faster by actually making it work
-
I like putting WARP in random spots and seeing what happens...
-
you could make the verification process faster using a key-by-key verification thing. So let's say the password is 'hello'. The user first types the letter 'h'. This is compared against the first letter in the password. In this case, it matches, so you can add 1 to some variable that keeps track of this. For every correct letter, 1 is added to the variable. Then the variable is compared with the number 5 (length of 'hello')