• + 0 comments

    I believe the main issue here is when we have passwords like this: [...,'aaaa' , 'aaaaaa',...]

    and loginAttempt like this: ...aaaaaaaaaa...

    We can find 'aaaa' + 'aaaa' but will remain 'aa' giving us a 'WRONG PASSWORD'. But, if we take 'aaaaaa' and then 'aaaa' we're gonna find a good answer.