security - User name not found or incorrect password error message too vague -
When you make a mistake in your username or password, in many applications you get a non-specific error that indicates Gives the entered username does not exist or the password is wrong for that username.
I (instinctively) hope that to specify the app is one of the two errors, is there any reason to not distinguish between them? I think it will make it even more difficult for an attacker to guess the correct username / password combination, but is there any literature, research or similar that supports this notion?
This will be the reason for security: it prevents the use of unsuccessful attempts.
It should be balanced with the user experience; If you have been told that either your username or password is incorrect, then it can be considered very unmanageable or disturbing.
Comments
Post a Comment