up vote 92 down vote favorite
10
share [g+] share [fb]

From Jacob Nielson's "Stop Password Masking":

Usability suffers when users type in passwords and the only feedback they get is a row of bullets. Typically, masking passwords doesn't even increase security, but it does cost you business due to login failures.

What do you guys think?

link|improve this question
31  
Not sure why this isn't programming related. A recent questions regarding "UI misconceptions and annoyances" got voted up into the stratosphere. Keep open IMO, this is relevant to development. – womp Jun 24 '09 at 17:14
4  
Social Engineering is the leading cause of security exploits. It seems like this fact is being completely ignored by that article en.wikipedia.org/wiki/Social_engineering_(security) – Joseph Jun 24 '09 at 17:40
20  
The article is about Usability, not security exploits. Why would he talk about social engineering? He does mention "Yes, users are sometimes truly at risk of having bystanders spy on their passwords, such as when they're using an Internet cafe. It's therefore worth offering them a checkbox to have their passwords masked; for high-risk applications, such as bank accounts, you might even check this box by default. In cases where there's a tension between security and usability, sometimes security should win." – Bill the Lizard Jun 24 '09 at 17:52
1  
@Bill The reason I bring it up is because the author is basically sidestepping the whole reason why password masking was done in the first place. He gives mention to legacy design without talking about what the considerations were in the first place. Social Engineering has not gone away, and contrary to his article, password masking is a very effective means at preventing a very basic form of it. He indicates the balancing act between usability and security, but then indicates that the majority of the time usability should win. – Joseph Jun 24 '09 at 18:33
6  
I don't think of someone reading my password as I type it in as social engineering. – Rob K Jun 24 '09 at 19:27
show 3 more comments
feedback

42 Answers

1 2

Totally disagree. Often we're doing presentations where multiple developers need to log on to multiple machines, and this has to be done in full view of many audience members.

EDIT:

"It does cost you business in terms of login failures"

This is far-fetched in my opinion. In a workplace, you often have people looking over your shoulder at your screen. The "cost", if there even is one, is completely offset by the number of practical jokes and industrial espionage episodes you avoid by not letting people watch others log in. Even using an optional checkbox to mask the password is simply adding a dangerous feature, rather than any real business gain.

Also... funny story about password masking - one of our guys had his password set to a swear word followed by the name of his manager. He of course started logging in before the focus was set... pressed tab, and the cursor moved to the first box, and began typing in his password... he's not here anymore.

Edit 2: regarding a checkbox, since many people feel that's a good compromise - the above anecdote would occur much more frequently, as people will then be forced to remember to check the checkbox to hide their password if they usually default it to off. I really think it's a dangerous feature that adds almost no value, and question the idea that masking carries any sort of business cost at all.

link|improve this answer
97  
I always feel a little jolt when I start typing my password and see it unobscured. It just feels wrong. – Andrew Keeton Jun 24 '09 at 17:12
2  
...someone tell ol' Jake that they invented the "forgot password" link a while back. I'd be willing to be that any user having problems typing in their passwords or logging in is going to click that link and either reset their password immediately and log in or copy and paste it from the email that results and log in (depending on implementation). – ajm Jun 24 '09 at 18:19
10  
I doubt a clear text password box for any business application would ever pass Sarbanes-Oxley (or the Canadian versions like Bill 198). All the fuss to ensure that every person, no matter how low level, uses a unique login wouldn't mesh well with "accounting passwords are free to anyone walking by that cubicle" – David Jun 24 '09 at 18:28
show 9 more comments
feedback

I like the checkbox option of masking passwords--on by default.

link|improve this answer
10  
Me too, but it forces one more piece of thought/information into your users' heads. – Brian Jun 24 '09 at 17:16
4  
Better than struggling with entering the password multiple times, and it's a good security/usability compromise. – mgroves Jun 24 '09 at 17:22
3  
Yes, a checkbox or "unmask" button would be a great solution for people who know that their password won't be seen. For the technically-inclined, there is a bookmarklet floating around that will display a alert of all text in password fields. Useful if your pw was saved but you forgot what it was! – DisgruntledGoat Jun 25 '09 at 1:11
2  
The only way this MIGHT be OK is if the user was compelled to click and hold a small button to show the password. When the user released the mouse button, the password would immediately be obscured again. But I still think that's too much risk. – Robert Harvey Jun 25 '09 at 16:41
2  
@Patrick: You want to prevent that someone enters his password, then runs out of the office before clicking OK? – peterchen Aug 23 '10 at 15:40
show 8 more comments
feedback

I'm very surprised he doesn't mention anything about password masking lending a feeling (however incorrect) of security to a site. Just as we're apt to think food in a better package tastes better, most people will believe a password mask makes an application more secure.

I think that for practical reasons it's a good idea, but that it'd be a serious cognitive issue for a lot of users.

link|improve this answer
9  
precisely why I think not masking passwords would actually worsen user experience – GeekJock Jun 24 '09 at 17:03
1  
Here here! Most people who use the Internet know how to use a masked password box. They're used to it. The cost of perceived insecurity is easily enough to offset any added support costs incurred. – StriplingWarrior Jun 24 '09 at 19:42
7  
Ach it's "hear hear!". That drives me crazy! – Mike Robinson Jun 24 '09 at 22:30
4  
@Mike Robinson: your being to picky. May be there righting it write! – Beska Mar 31 '10 at 19:10
show 2 more comments
feedback

99% of applications and websites use masking as the defacto approach to protecting an individual's privacy and identity. Making passwords visible as cleartext is a recipe for trouble. In this day and age of identity theft and anonymous internet fraud I am surprised that anyone would be advocating for cleartext passwords.

Even if your site does not manage confidential or secure information, there are several strong reasons for masking passwords as a practice:

  • Even though they shouldn't, many users often use the same password for multiple sites. Since user names are generally NOT masked, this makes it easy for an attacker to scan through common sites (such as banking and credit card sites) and attempt to log-in with the same password.
  • As users become more savvy about internet security, they are likely to perceive any site that doesn't mask passwords as one that may potentially have other security flaws as well. This is more likely to lose you business than any number of failed fat-fingered log in attempts. It also acts as a welcome mat for anyone looking for a site to attack.
  • Masked password fields are also protected from copy/paste operations by most operating systems and browsers. This adds an enhanced level of security against both manual attacks (attempting to Ctrl+C someone's password) as well as automated attacks (e.g. cross-site script injection).

In my opinion, masking should probably be extended to the user ID field in certain scenarios as well. For instance, a website I use chose to make my social security number the user ID - and there's no way to change it. Now, this is a bad practice, to be sure ... but if the user ID field was at least masked it would be less of a risk.

Ultimately, you shouldn't worry about the small number of customers who may be unhappy with failed login attempts. What you should worry about is the damage to the reputation of your company from security breaches. Any user who actually is willing to use your service won't care about the masked password entry.

link|improve this answer
1  
Even more surprised that there are alternate "solutions" being posited...or that the user should somehow control this. – Robert Harvey Jun 24 '09 at 22:21
1  
@Superstringcheese - The 99% figure was hyperbole. The phrase "99%" is typically used as a figure of speech to mean "nearly all". If I had said that 87.3% of websites use masking then you'd have some merit in asking me where my data comes from. My intent was just to make the point that the vast majority of websites and applications use password masking as a means to provide security and confidentiality of a user's credentials. I don't have any specific research to state exactly what that percentage is. – LBushkin Sep 14 '10 at 19:34
show 5 more comments
feedback

Personally, I like the approach implemented in Opera Mobile - password boxes display each character for a second or two before it reverts to an asterisk.

link|improve this answer
12  
I also really like this on a mobile device, but I worry that on a projected screen it wouldn't help anyone paying attention! – overslacked Jun 24 '09 at 17:04
3  
I agree with overslacked... this idea is fine (for the most part) on mobile devices, but should be avoided on it's big, desktop, brother. – Matthew Whited Jun 24 '09 at 17:11
2  
Apple do this on the iphone too and it really makes a difference on the touch screen keyboard. I'm not sure that I'd like to see it applied to other cases unless there was a double verification, eg password and security question, to make it more difficult for people to capture all the login info in a quick look. Even at that i'm not sure. The benefit of mobile devices if you can hold it close to you and obscure it. – Toby Jun 24 '09 at 18:09
2  
It's also more important on the iPhone. I'm typing this on an actual keyboard, so I know what characters are coming out. The iPhone keyboard is not nearly as predictable, and so I need to see the characters coming out of it. (Then there was the time I couldn't log in until I got my keyboard replaced - unpredictable keybounce with letters in my password.) – David Thornley Jun 24 '09 at 18:16
show 2 more comments
feedback

Rather than having each website give you an option (or not) to mask your password, wouldn't it be better if the web browser gave you the choice, browser-wide? Or possibly even the operating system? Seems like site-control of this feature would be undesirable, since users' needs can be wildly different.

link|improve this answer
3  
bingo! There are a million and one ways a browser or operating system could implement compromises on this. And, in good OO form, remember that when a web designer says <input type="password">, she's specifying function, not implementation. – David Berger Jun 25 '09 at 3:31
show 2 more comments
feedback

I think Nielson has got this one completely wrong this time.

People are used to the bullets because, as another poster pointed out, it lends a sense of security and confidence in the site/application.

It's up there with "I like to leave my front door open just in case I lose my keys when I'm out".

link|improve this answer
feedback

A hybrid solution may be what some smartphone software (iPhone and Android OS, among others) does. It shows you the last typed character, and converts it to a bullet when the next character is entered.

The plaintext character appears about 5 seconds. It eventually timesout, and converts to a bullet.

This feature has saved me from myself a few times.

alt text

link|improve this answer
13  
if you had a tactile keyboard this wouldn't be as necessary :) – Matthew Whited Jun 24 '09 at 18:15
3  
It's not limited to the iPhone; Opera Mobile and Opera Mini do it, too. – staticsan Jul 3 '09 at 3:13
show 5 more comments
feedback

I think masking is definetly worth the security. How many times have you logged into something with somebody or a whole group of people watching you? Yeah... lets just give everyone very very easy access to our stuff.

link|improve this answer
show 2 more comments
feedback

Being able to see your password while typing it could stop a few 'fat finger' mistakes, but overall it would make the application already seem insecure to a common user before they even log in.

I know if I was on a webpage logging in and the input box was not of the password type, and didn't mask my password, I would be pretty weary what information I gave that site.

link|improve this answer
feedback

It's convention; users will not expect to see their password as they type it, so most devs (me inc) will always mask it.

link|improve this answer
feedback

Wouldn't a password manager resolve the issue of failed logins? I know developers can't assume that users will even have a password manager, much less use it, but maybe we need to do a better job of promoting their use. Security is always paramount, but a decent password manager can go a long way towards helping users practice more secure behavior (such as avoiding using the same password for every site, say) as well as increase the usability of sites that require secure logins.

Along those lines, what password manager do SO members use? I myself use 1Password, and I like it a lot, especially as it integrates into both Safari and Firefox (and others, but those are the browsers I use), and it syncs across all my computers via Dropbox. Other recommendations?

link|improve this answer
1  
I just use the Keychain on Mac OS X. Any half-decent OS X app utilizes the Keychain. – mipadi Jun 24 '09 at 18:33
feedback

No one has mentioned Lotus Notes solution to this problem. They fired a function that would change the image on the login page with every keyboard hit. Something like this could provide some feedback to users, while still retaining a hidden password.

Lotus Login

Jeff's article on the matter however doesn't paint the feature in positive light.

link|improve this answer
12  
You're using Lotus Notes as an authoritative source for a user interface practice? Eeek... – Robert Harvey Jun 24 '09 at 22:20
2  
@Robert Harvey, Lotus Notes has a high Eeek factor ;-). – Gamecat Jun 25 '09 at 8:17
feedback

I disagree as well. It's one thing to make a point out of not letting usability suffer by design, but security should always be the number 1 priority

link|improve this answer
show 1 more comment
feedback

One thing nobody has noted yet: all the major email sites/programs, OS's, networking sites, etc., use password inputs with the characters obscured. A big part of usability is simply fulfilling user expectations. Since everything is setting the expectation that passwords will be obscured, unobscured passwords aren't more user-friendly.

link|improve this answer
feedback

Its an interesting idea, one that has been touched a bit by mobile applications as people have already said, but I think the 'usage in public' factor along with the perceived security makes it more useful than harmful. You can hash and obscure passwords all you want on your backend and db, but all it takes is one window left open with 'rosy182' and all that security work is wasted. Im sure more money has been stolen from lost wallets than from bank heists over the years :)

link|improve this answer
feedback

I think it all depends on the situation. I think it would be good if most sites and programs gave you the option to display your password unmasked but not necessary as most of the time users don't use rididculously long easy to misspell passwords, but some things like network keys can be ridiculously long and I love the fact that Vista gives me the option to display my network key as I am typing it in because otherwise I would probably misspell it nine times out of ten when connecting new computers to my wireless network.

link|improve this answer
show 1 more comment
feedback

I think the average user would be surprised to see their password being shown when logging in so disagree that it should always be clear.

I do agree with the part of the article that suggests to at least have a checkbox asking the user if they would like to mask their password.

An advantage of having a masked password is that usually the Copy command doesn't work on it - preventing you from doing a copy/paste to see what is there.

link|improve this answer
feedback

Making the password is fine for the most part - but there are times I want my password to be visible (so I don't mistype long/complex passwords)

Showing the password in plain-text (with no toggle) is a bad idea - there are times you want to obscure it (as others have mentioned, when other people are watching your screen - presentations, screencasts, random near-by people)..

Having a checkbox to "show password" seems like the obvious solution, but this can be a security problem with auto-complete - someone can load up the application (or the webpage in a browser), click the button and trivially see your password (which you reuse for everything)

The iPhone has an interesting password input system (see pcampbell's answer) - it shows one letter at a time, as you enter them (timing out after a few seconds)

This method allows users to see what they enter (giving the user more useful feedback than a bunch of *s), and it solves the "evil user seeing your auto-saved password" problem - since they'd just see the usual ******** (because it wasn't entered in the last 5 seconds)

Of course you still need a checkbox to toggle this (since if someone sees each letter of your password it may as well display the whole thing!), but it seems like the best compromise between plain-text and masking..

link|improve this answer
feedback

I think you should be able to turn masking off if you want to.

Most of the time, I'm browsing the internet at home. Who's behind me? Well possibly the dog, but he's pretty trustworthy.

I can usually type my passwords blind, but some of them are pretty long. As an example, my wifi key used to be over 40 characters long. I had to change it in the end though because the systems I used were mostly 'masked' only and it was so easy to make a mistake that it took many attempts to get it right. So, because I wasn't offered "Show Passwords", my wifi security has been reduced for the sake of my sanity.

As people do log in from public areas, and because there is an expectation that passwords == lots of stars, I agree you should mask them by default. But I see no reason why it would hurt to give them a checkbox that turned the masking off.

link|improve this answer
feedback

I like the checkbox, a la Apple's Airport WAP/WEP key field. I often need to give the password to my own network out to guests, and would have forgotten it 100 times over if not for the ability to make it visible.

What about the system-level checks that seem to be in place for password fields, such as blocking Copy (Ctrl+C) operations? I don't know that there's one way that's right for every application, but I don't like the "hurr users don't know what's best for them" vibe this thread is getting. If the user wants to see their password, they should be able to see it. Better than writing it down and sticking it to their monitor :)

link|improve this answer
feedback

Sometimes someone is sitting next to you and he might see your password ...

what i think is use a checkbox to mask/unmask password if the user wants to see what he typed he can just uncheck it :)

link|improve this answer
feedback

If a site doesn't mask a password, I get real worried.

My anxiety is not that I think someone is going to peek over my shoulder. My anxiety is based on the fact that the creators of the site either do not know input type=password or didn't follow the convention. And if they are either than ignorant or against the grain, then they have probably done worse things, like not encrypting it when it's sent across the wire.

Of course, having it masked by default with an option to turn the masking off is acceptable, if not ideal.

link|improve this answer
feedback

How about a checkbox marked 'Protect password' or 'Hide password'

After a failed login, in goes back to masking passwords and it times out after about 30 seconds so nobody could unmask passwords.

Even better maybe would be a large grid of random symbols that change whenever you type a letter. People would remember what symbols each changes to so they know if the password is correct so far. This is what SAP did.

link|improve this answer
feedback

Not using <input type="password"> will break password managers which recognize login forms by presence of this field.

link|improve this answer
feedback

The only feedback is the row of bullets? Does the submitter not know how to touch type? If not, then that is the problem, not the masked passwords.

link|improve this answer
show 1 more comment
feedback

One option that could work in some cases but not all (just a far out thought from the world of crypto) would be to have a key in a file generated for the user, rather than type a password the file could be submitted. It wouldn't be a practical solution for many cases but perhaps with a bit of thought and some clever interface design it could be made to work for cases that need a truly secure password that can be much easier submitted (in comparison to a password of this level being remembered). The main problem being if used on the web you would limit your login locations unless the file was carried on a flash drive. I'm not sure if/how it could be practically implemented but if security and ease of entering passwords are the key goals then it could maybe be adapted, it is truly an incomplete thought though (just hoping it generates ideas more than anything else).

link|improve this answer
feedback

No part of the password should ever be displayed if there is a possibility that it can be seen in public, which is always. That wipes out half of the posts here.

The user should not, cannot, and must not control this. Which wipes out the other half of the posts here.

link|improve this answer
feedback

https://welcome23.smile.co.uk/SmileWeb/start.do

Note, as a point of interest, Smile Internet banking in the UK kinda does this, for about a year now.

Type in any 16 digit number as a credit card and note how it then asks you for your pin as a drop down box? Granted, it changes to a * after selection, but still, I would never log in to my smile bank account with people watching.

Also note the next and final security stage does use a traditional password box.

link|improve this answer
feedback

I think there would be a lot of confusion if there was a masked option as tickbox - as many would forget to unmask/untick it.

And imagine when you save your password. WIthout it being masked, people will see your password when they use your computer - its more insecure.

link|improve this answer
feedback
1 2

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.