- Jun 15, 2001
- 34,886
- 2,046
- 126
First of all, I'm really, really tired. This idea makes sense to me now, but I can't be sure that it really does have any logic to it. If not, forgive me.
What if the computer were set to reject all passwords, even correct ones, a random number of times before accepting the correct password? Would that help deter brute force attacks, since they would have to have three or four more attempts than they do now?
Here's an example. The password is "steve"
Enter Password: steve
Incorrect
Enter Password: steve
Incorrect
Enter Password: steve
Incorrect
Enter Password: steve
$
Since people who don't know the password would have no idea if they failed or if they got it right, it would slow them down.
Thoughts?
What if the computer were set to reject all passwords, even correct ones, a random number of times before accepting the correct password? Would that help deter brute force attacks, since they would have to have three or four more attempts than they do now?
Here's an example. The password is "steve"
Enter Password: steve
Incorrect
Enter Password: steve
Incorrect
Enter Password: steve
Incorrect
Enter Password: steve
$
Since people who don't know the password would have no idea if they failed or if they got it right, it would slow them down.
Thoughts?
