Pergunta

It is a general problem with windows7. When i try to login and password is right, it will login instantaneously, but when the password is wrong, it takes more then 10 sec for login window to reappear.

Microsoft does not share its code, so it becomes difficult to guess, but i believe i can get a descent answer from stackoverflow community.

Foi útil?

Solução

Interesting observations.

I can only guess it's the old thing of: one way to frustrate an attacker is to slow them up when they answer wrong. I use this idea in some of my code. Just call sleep for awhile.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top