Why does it take a while for a computer to tell me the password I entered wrong?

253 viewsOtherTechnology

When I enter the right password it logs me in immediately but when it’s wrong, it takes a couple seconds to tell me that it’s wrong.

In: Technology

3 Answers

Anonymous 0 Comments

It’s an anti-hacker mechanism.

If the computer rejected the password the instant it knew it was wrong, that’s just more time a hacker could spend guessing passwords trying to get in. Forcing them to wait punishes this tactic.

It’s also possible for a hacker to use a very precise timer to check how long the computer takes to reject a wrong password, and use that information to tell how much of the password they guessed was correct, helping them zero in on better guesses faster than guessing at random. By forcing all incorrect tries to wait for the same (or a random) amount of time, you safeguard yourself against this kind of exploit.

You are viewing 1 out of 3 answers, click here to view all answers.