vote up 46 vote down star
4

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?

flag
26  
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 at 17:14
3  
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 at 17:40
16  
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 at 17:52
4  
I don't think of someone reading my password as I type it in as social engineering. – Rob K Jun 24 at 19:27
show 3 more comments

41 Answers

1 2 next
vote up 114 vote down

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|flag
65  
I always feel a little jolt when I start typing my password and see it unobscured. It just feels wrong. – Andrew Keeton Jun 24 at 17:12
1  
...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 at 18:19
8  
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 at 18:28
show 9 more comments
vote up 15 vote down

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|flag
10  
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 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 at 17:11
1  
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 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 at 18:16
show 2 more comments
vote up 40 vote down

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

link|flag
7  
Me too, but it forces one more piece of thought/information into your users' heads. – Brian Jun 24 at 17:16
2  
Better than struggling with entering the password multiple times, and it's a good security/usability compromise. – mgroves Jun 24 at 17:22
1  
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 at 1:11
1  
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 at 16:41
1  
@robert: I think you're overthinking it. Look at NetworkManager's way of doing it and tell me if that is really a security risk. Of course, on a login screen, the checkbox should be on a position that is harder to check by accident, maybe hidden by a button or something. – voyager Jul 10 at 13:59
show 2 more comments
vote up -4 vote down

I think the idea is ridiculous. Why do I need to hide my password from myself? If I'm afraid of someone peeking over my shoulder, (such as at a internet cafe) I should be allowed the option to mask it. But it shouldn't be masked by default.

This practice should be stopped IMO. I refuse to login to some sites just for this reason.

link|flag
9  
You "refuse to login to some site just for this reason"? Really? Seriously, now. – Jonathan Sampson Jun 24 at 17:02
4  
Maybe he just uses periods or stars and just thinks the bullets are his password. – Matthew Whited Jun 24 at 17:10
10  
The interesting thing is he said that...while signed in to SO :) – Jonathan Sampson Jun 24 at 17:10
2  
@Jonathan Sampson: While the statement about refusing to sign in is indeed ridiculous, SO is using OpenID (and nothing mandates the OpenID producer uses password-based auth), so I don't see anything wrong with this. – drdaeman Jun 24 at 17:44
3  
Based on his name, maybe he's just playing devil's advocate? – StriplingWarrior Jun 24 at 19:39
show 8 more comments
vote up 31 vote down

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|flag
7  
precisely why I think not masking passwords would actually worsen user experience – Abi Noda Jun 24 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 at 19:42
2  
Ach it's "hear hear!". That drives me crazy! – Mike Robinson Jun 24 at 22:30
vote up 6 vote down

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|flag
show 1 more comment
vote up 2 vote down

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|flag
vote up 3 vote down

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|flag
show 1 more comment
vote up 4 vote down

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|flag
vote up 6 vote down

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|flag
vote up 0 vote down

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|flag
show 1 more comment
vote up 4 vote down

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|flag
1  
I just use the Keychain on Mac OS X. Any half-decent OS X app utilizes the Keychain. – mipadi Jun 24 at 18:33
vote up 16 vote down

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|flag
vote up 2 vote down

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|flag
vote up 6 vote down

A hybrid solution may be what the iPhone software 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|flag
7  
if you had a tactile keyboard this wouldn't be as necessary :) – Matthew Whited Jun 24 at 18:15
1  
It's not limited to the iPhone; Opera Mobile and Opera Mini do it, too. – staticsan Jul 3 at 3:13
show 1 more comment
vote up 2 vote down

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|flag
show 1 more comment
vote up 13 vote down

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|flag
2  
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 at 3:31
show 1 more comment
vote up 0 vote down

Until this whole thing becomes a nonissue because of biometric sensors or implanted microchips, I think we should (in most cases, anyway) stick to the practice of masking passwords. It's become a standard at this point, and to try something else would at best make users consciously "notice" your UI (which is a bad thing, since your UI should be as invisible as possible) and at worst make them question your competence as a developer.

Sure, some might say that starring passwords creates a false sense of security, but try saying that to someone who's giving a presentation to an audience and is forced to log in to some service (possibly with a password that they use for all their private needs as well).

Also, about the "hybrid" approach of showing the character for a limited time: you can make a case for such a system for some touch-based mobile devices, but for any other devices (especially those with a physical keyboard), the average person's typing speed is probably so fast that it doesn't make much sense anyway and just creates an unnecessary security risk. If someone mistypes their password, they'll just enter it a second time; this isn't really a big deal because people have gotten used to working this way.

link|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
vote up 3 vote down

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|flag
9  
You're using Lotus Notes as an authoritative source for a user interface practice? Eeek... – Robert Harvey Jun 24 at 22:20
1  
@Robert Harvey, Lotus Notes has a high Eeek factor ;-). – Gamecat Jun 25 at 8:17
vote up 22 vote down

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|flag
show 3 more comments
vote up 1 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
1 2 next

Your Answer

Get an OpenID
or

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