“Invalid username or password” is a useless security measure
kev.inburke.com
“Invalid username or password” is a useless security measure
1–10 of 188 posts
Re: “Invalid username or password” is a useless security measure
#2Re: “Invalid username or password” is a useless security measure
#3Consider the case where you mistype your username (email). For sites like amazon, gmail, hotmail, yahoo, twitter, etc, it is entirely likely that the mistyped username is somebody else's valid username, you typed the password correctly, and "incorrect password" would hide the problem.
Re: “Invalid username or password” is a useless security measure
#4Indeed, the assumption that usernames should be secret is stupid and senseless. Passwords are meant to be secret. Emails and usernames are not. Heck, emails would be public, were it not for spam issues.
Re: “Invalid username or password” is a useless security measure
#5Indeed, the assumption that usernames should be secret is stupid and senseless. Passwords are meant to be secret. Emails and usernames are not. Heck, emails would be public, were it not for spam issues.
There are privacy issues though. Take a known email address, run it through 100 sites, and find to find out what kind of sites the person uses.
Re: “Invalid username or password” is a useless security measure
#6Re: “Invalid username or password” is a useless security measure
#7The error shown isn't to dissuade people from using web pages to try to gain access to accounts - it's because the raw code itself doesn't know which is which, and writing code that does enables fast-paced timing attacks.
Re: “Invalid username or password” is a useless security measure
#8Earlier quoted context omitted.
There are privacy issues though. Take a known email address, run it through 100 sites, and find to find out what kind of sites the person uses.
The point of the article is that you already can do this very easily - just try to sign up to each site.
Usernames, yeah, you're not going to keep those private. But sometimes account names are not the same as display names, and display names can be duplicates, while account names should be reasonably protected.
Re: “Invalid username or password” is a useless security measure
#9https://passwordless.net/ - Token based authentication
Re: “Invalid username or password” is a useless security measure
#10Even simpler than trying to sign up for a new account, many sites will tell you if you enter an unregistered email on their "forgot password" page.