Secure error messages in software systems
Appearance
LOOSE LIPPED SYSTEMS
Usually when you enter your username and password on any webite and if any of them is wrong it repsonds with "Invalid Username / Password". This type of a system makes itself a little less vulnerable to the attacks.
But imagine a system that would respond with "Invalid Username" or "Invalid Password". This makes it more vulnerable as the attacker would know that either the username he has enterred is right or the password that he is trying is correct. This makes the system more vulnerable because its a lilte Loose Lipped.
Such systems are called as Loose Lipped Systems.