ssccsscc
ssccsscc
59 / 9
14th Jun 2017
15th Jun 2017
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

  • RussiaMan
    RussiaMan
    15th Jun 2017
    What appears, if I will input correct password?What will be appears on the screen?How to undestand that my password is correct?
  • ssccsscc
    ssccsscc
    15th Jun 2017
    You can find it somewhere
  • eden1115
    eden1115
    15th Jun 2017
    password?
  • ssccsscc
    ssccsscc
    15th Jun 2017
    Update: Input overflow fixed and something added.
  • ssccsscc
    ssccsscc
    15th Jun 2017
    QuanTech, but how to hide win string then?
  • Self_Destruct
    Self_Destruct
    15th Jun 2017
    Post the code. If this is supposed to be a challenging password, then posting the code will not matter, correct?
  • Cool4Cool
    Cool4Cool
    14th Jun 2017
    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.
  • 12Me21
    12Me21
    14th Jun 2017
    You could make it faster by actually making it work
  • DatKirbyGamer
    DatKirbyGamer
    14th Jun 2017
    I like putting WARP in random spots and seeing what happens...
  • QuanTech
    QuanTech
    14th Jun 2017
    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')