We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Password Cracker
You are viewing a single comment's thread. Return to all 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.