How do I check that users don't write down their passwords?If a website allows another person to get a list of the site's users passwords, how likely is it that the passwords are stored in cleartext?Why do some websites force users to come up with difficult passwords?How often should passwords change?Is it a good idea to give users an additional password that they do not control?Can users make use of a password manager when banks tell them never to write passwords down?Why don't we reward users who choose strong passwords?When do system access policies start to become source of security incidents?How can I write a good corporate password policy?What is a 'safer' way to write down passwords?why don't all sites generate passwords for users?

Robbers: The Hidden OEIS Substring

Flatten array with OPENJSON: OPENJSON on a value that may not be an array? [ [1] ], vs [1]

How can an advanced civilization forget how to manufacture its technology?

Can I call 112 to check a police officer's identity in the Czech Republic?

If your plane is out-of-control, why does military training instruct releasing the joystick to neutralize controls?

How can I effectively communicate to recruiters that a phone call is not possible?

Matchmaker, Matchmaker, make me a match

Why does my script create an extra character?

A pyramid from a square

Can fluent English speakers distinguish “steel”, “still” and “steal”?

How can one write good dialogue in a story without sounding wooden?

Why does my String turn into Integers instead of letters after I add characters with +?

Is Trump personally blocking people on Twitter?

Why didn't Thanos kill all the Dwarves on Nidavellir?

During copyediting, journal disagrees about spelling of paper's main topic

How to say "to make my heart sing"

What would be the ideal melee weapon made of "Phase Metal"?

How can I deal with a player trying to insert real-world mythology into my homebrew setting?

Was the Ford Model T black because of the speed black paint dries?

Why does the U.S. tolerate foreign influence from Saudi Arabia and Israel on its domestic policies while not tolerating that from China or Russia?

Professor falsely accusing me of cheating in a class he does not teach, two months after end of the class. What precautions should I take?

What's the minimum number of sensors for a hobby GPS waypoint-following UAV?

Cops: The Hidden OEIS Substring

Get ids only where one id is null and other isn't



How do I check that users don't write down their passwords?


If a website allows another person to get a list of the site's users passwords, how likely is it that the passwords are stored in cleartext?Why do some websites force users to come up with difficult passwords?How often should passwords change?Is it a good idea to give users an additional password that they do not control?Can users make use of a password manager when banks tell them never to write passwords down?Why don't we reward users who choose strong passwords?When do system access policies start to become source of security incidents?How can I write a good corporate password policy?What is a 'safer' way to write down passwords?why don't all sites generate passwords for users?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








31















I have a password policy which states that users must not write and store their passwords down in plaintext. How can I ensure that they haven't done so by writing their password in emails, scripts, documents or files?










share|improve this question



















  • 2





    Comments are not for extended discussion; this conversation has been moved to chat.

    – Jeff Ferland
    Jul 3 at 20:58











  • Require log in via certificate. e. g. via hardware authenticator tokens.

    – BlueWizard
    17 hours ago


















31















I have a password policy which states that users must not write and store their passwords down in plaintext. How can I ensure that they haven't done so by writing their password in emails, scripts, documents or files?










share|improve this question



















  • 2





    Comments are not for extended discussion; this conversation has been moved to chat.

    – Jeff Ferland
    Jul 3 at 20:58











  • Require log in via certificate. e. g. via hardware authenticator tokens.

    – BlueWizard
    17 hours ago














31












31








31


3






I have a password policy which states that users must not write and store their passwords down in plaintext. How can I ensure that they haven't done so by writing their password in emails, scripts, documents or files?










share|improve this question
















I have a password policy which states that users must not write and store their passwords down in plaintext. How can I ensure that they haven't done so by writing their password in emails, scripts, documents or files?







password-management password-policy corporate-policy






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 3 at 14:17









Anders

51.2k22 gold badges146 silver badges171 bronze badges




51.2k22 gold badges146 silver badges171 bronze badges










asked Jul 3 at 8:28









VladimirVladimir

1681 gold badge2 silver badges6 bronze badges




1681 gold badge2 silver badges6 bronze badges







  • 2





    Comments are not for extended discussion; this conversation has been moved to chat.

    – Jeff Ferland
    Jul 3 at 20:58











  • Require log in via certificate. e. g. via hardware authenticator tokens.

    – BlueWizard
    17 hours ago













  • 2





    Comments are not for extended discussion; this conversation has been moved to chat.

    – Jeff Ferland
    Jul 3 at 20:58











  • Require log in via certificate. e. g. via hardware authenticator tokens.

    – BlueWizard
    17 hours ago








2




2





Comments are not for extended discussion; this conversation has been moved to chat.

– Jeff Ferland
Jul 3 at 20:58





Comments are not for extended discussion; this conversation has been moved to chat.

– Jeff Ferland
Jul 3 at 20:58













Require log in via certificate. e. g. via hardware authenticator tokens.

– BlueWizard
17 hours ago






Require log in via certificate. e. g. via hardware authenticator tokens.

– BlueWizard
17 hours ago











12 Answers
12






active

oldest

votes


















164





+150









As others said, you can't stop them. But you can remove the incentive.



Does your password policy require any of the following?



  • Changing at regular intervals

  • Manual entering (password managers blocked)

  • Complex format (differing cases, special characters, etc.)

If so, you are actively incentivizing people to write the password down. Drop the outdated password policy and your users will be much more likely to play along.



Recommendations based on the new NIST guidelines. There is a nice summary here.






share|improve this answer


















  • 1





    Comments are not for extended discussion; this conversation has been moved to chat.

    – Rory Alsop
    Jul 5 at 18:47


















140














There is no way that you can be sure that a user hasn't written down their password. Even if you have complete access to their computer, what if they noted it down in their phone? Or on paper?



And even if you did have access to all their devices, you can only check that they haven't written down the password if you, as a sysadmin, yourself know the password. Which you shouldn't! Passwords should always be hashed, and never stored in plaintext or in a form which allows you to retrieve the original password.



What about password managers? They're known to significantly increase security since now the user only has to remember one passphrase and is less likely to use an easy-to-guess password for your system.



This is a social issue, which can only be solved by educating your users/employees about the dangers of leaving passwords written in plaintext around.






share|improve this answer




















  • 1





    Comments are not for extended discussion; this conversation has been moved to chat.

    – Rory Alsop
    Jul 5 at 18:47


















20














Install a camera behind their desk, better yet multiple cameras to cover all angles, and have somebody watch them.



You might be bothered by this being unethical but don't worry, it's in no way worse than almost any other way that achieves what you want to do.




About that almost:



Use "passwords" that cannot be reasonably represented in plaintext by a user. Fingerprint scans, keycards/dongles, 2 factor authentication, retina scans, ... any of them achieves what you want.






share|improve this answer


















  • 1





    Comments are not for extended discussion; this conversation has been moved to chat.

    – Rory Alsop
    Jul 5 at 18:46


















19














You don't.



By forbidding users to write down their passwords, you're forbidding them to use the second-best password manager in existence. People are generally quite good at protecting the contents of their wallets; a list of complex passwords written on a piece of paper stored between their driver's license and their credit card is about as secure as you can reasonably expect.



Instead of creating "don't do this" rules, provide your users with guidelines on how they should secure their passwords. If they've got a list of "Password Manager X, Password Manager Y, slip of paper in your wallet" to work from, they're far more likely to store their passwords securely than if you try to enumerate all they ways they shouldn't store their passwords and enforce it through punitive means.






share|improve this answer


















  • 6





    Why do you believe that people are generally good at avoiding pickpocketing attempts?

    – Christian
    Jul 3 at 21:35






  • 6





    @Christian Unless they have written down both the URL and the username along with the password, it's mostly useless. The obvious exception was if they're being targeted specifically, but in that case there are other (possibly easier) ways to get the passwords too.

    – rahuldottech
    Jul 4 at 6:24






  • 5





    @Christian it's important to look at the threat model. How many pickpockets are interested in passwords to some corporate network

    – Richard Tingle
    Jul 4 at 7:59






  • 3





    @RichardTingle : People who are interested in breaching a corporate network can use techniques like pickpocketing.

    – Christian
    Jul 4 at 8:06






  • 5





    @Christian which is why you look at the threat model. If you're a small business selling fresh groceries, then you're unlikely to see that as a legitimate issue. If you run security for the Pentagon on the other hand...

    – Baldrickk
    Jul 4 at 9:21



















16














What is your threat model?



I know I ask that counter-question to almost everything here, but most question about security never state what they actually try to secure against.



Are unauthorized people regularily in your environment and could spot passwords that are written down? If so, awareness in your users can be improved to this specific and easily understood threat, and it will have (some, limited) effect.



If your threat model is insiders, awareness tends to be much, much less effective. Officially forbidding the writing down of passwords, with a threat of sanctions, can gain a few percents of compliance, but is rarely effective to a degree that matters.



Giving people sanctioned ways to store passwords securely, such as a pre-installed password manager, will also give you some compliance and is probably the most user-friendly way to solve the problem.



The best way is to do away with passwords. If you have SSO that is actually relatively easy to do. All you need is a passwordless authentication to the SSO and go from there. From hardware token to smartphone apps to even using the smartphone itself as a token there are many solutions on the market already. Pick one. Because the only password that your users are guaranteed to never write down is the one that they don't even have.






share|improve this answer






























    13














    First off, I agree with the answers that say that this is a bad idea for a variety of reasons.



    Second, it appears that you are trying to use technology to solve a human problem. It is very, very rare for that to end well.



    Instead of focusing on technical measures to prevent writing passwords down, such as cameras, non-pasteable password fields, and so on, you should focus on the (perceived or real) problem the users see which cause them to want to write down the passwords (or use insecure ones, or whatever the problem might be) in the first place.



    One way of doing this might be to send out a notice to all employees along the lines of "if you are writing down, sharing or reusing your work-related passwords in any way, we'd love to know how and why" and offer a completely anonymous way of answering. (That latter is important, since people are usually more honest about imperfect security-related choices when they don't need to worry about getting into trouble for being honest.) For example, you could set up a physical box where people can drop pieces of paper with their answer, and which is clearly non-trivial to get into in a way that isn't visible. (It doesn't need to be tamper resistant, just tamper evident.) Then look at the answers you get.



    If a large portion of the answers say something like "it's so hard to remember a new complex password every month", then fix that. The recent NIST guidelines aren't half bad, actually; to require a long password, to encourage using passphrases, but not set other complexity or renewal requirements, goes a long way.



    If a large portion of the answers say something like "I use short passwords because it's so inconvenient to unlock the computer after it automatically locks after two minutes while I'm reading a web page", then fix that.



    If a large portion of the answers say something like "I can't think of good passwords", then offer guidance on how to select good passwords. Diceware (sometimes referred to as "xkcd passwords" after xkcd 936) is a good start. This requires that the system supports long passwords, which any sanely built modern system will.



    And so on.



    The people who write passwords down insecurely are humans, and they are almost certainly doing it for human reasons, not technological. Human problems should be solved by human means, not technological ones.






    share|improve this answer






























      1














      As everyone has said, you don't.



      You should consider whether passwords (single-factor authentication) are adequate for your needs. Even if all your users abive by password guidelines, there are other risks such as shoulder-surfers and key-loggers. A much better solution is two-factor authentication. There are various dongles that you can buy, or there's the free and open Google authenticator that can be installed on any smartphone. The user can have a fairly simple and easy to remember password and never needs to change it, because there is also a six-digit number that changes every thirty seconds, without which their password is useless.



      Should perhaps add, a shoulder-surfer doesn't even have to be in the building. In my student days, somebody bought a telescope in, and showed everybody what could be seen through the windows of a tower-block hotel the better part of a kilometer away. Nobody bothered drawing the curtains on the 14th floor! Today, they probably would in a hotel by night, but in an office by day?






      share|improve this answer
































        1














        I realise I am late to party, but....




        How can I ensure that they haven't done so by writing their password in emails, scripts, documents or files




        You Can't. Not practically.



        Passwords are a single layer authorisation mechanism. If you care about passwords being "written" or recorded then you need to:



        • Quantify the risk factor and mitigate these risk types. What is the risk if someone else reads the password? If it's a fellow employee, a member of the public? Add security layers to mitigate these risks (such as asking for additional information at login)


        • If doing things such as tracking your userbase keylogs, tracking your userbase physical movements, tracking anything about your userbase in real-time in order to ensure they are not plaintexting their passwords, then you really, really need to up your game, and instead of spending thousands trying to soup up your old ford cortina, invest in a Nissan Skyline and give your userbase hardware-token-authentication and 2FA credentials.


        • Encourage better user behaviour. Remembered passwords are easy to remember and by this nature are going to be weak - So you have a choice between a complex password that more people will write down, for reference, or a simple password which is exponentially easier for a machine to brute force or otherwise compromise. So heavily pressure and encourage your userbase to use a Password Manager. So that they can use complex passwords without needing to remember them OR write them down.



        I repeat; if you care this much about your users not writing down their passwords you must provide them with valid and reliable alternatives, as detailed on various answers here.






        share|improve this answer























        • I would like to contest that Remembered passwords are easy to remember and by this nature are going to be weak. While the Password Manager probably IS the best solution, remembered passwords of sufficient length can still be very hard to guess. Decent example of this is XKCD's passphrases, which are a good idea as long as your words are random: xkcd.com/936

          – Jacco van Dorp
          Jul 8 at 7:11











        • @JaccovanDorp I have had a long experience with customers; while we might remember more varied passwords; my experience out in the wild is that in general, people do not make comlpex passwords if they know they have to remember them. I have dealt with hundreds of customers and required their email passwords and no one, ever, has given a password even remotely as complex (or logical) as the cartoon referenced. It's an ideal that simply has not been reached yet.

          – Martin
          Jul 8 at 8:51


















        0














        The typical way to enforce this is with a Clean Desk Policy. But I like your question; I think the solution can be brought to a ridiculous extreme :)



        It is common to enforce character groups, like lowercase, uppercase, etc.



        If you could set a reasonable minimum length, set a very low lockout threshold, and then enforce the inclusion of a character group "circles" [ o, O, 0 ] and enforce the use of a character group "lines" [ I, l, 1, | ] then you could theoretically make a written-down password have a very low utility value.



        If your users are bilingual, you have even more options; e.g. [ c C с С ] etc.



        OK, the above is a borderline joke, and should illustrate how futile it is to "check that users don't [do something]". BUT: isn't there a carrot and a stick?



        If you read NIST 800-63 you will find new advice to let users choose their own passwords freely, and not to force them to rotate unless there is reason to believe the password is compromised. To wit:




        Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.




        If the passwords are not difficult for users to remember, then wouldn't that go a long way to prevent them being written down?






        share|improve this answer




















        • 7





          This is very bad advice. Forcing inclusion of specific characters reduces the entropy available from a given length of password. Meanwhile it doesn't help: humans have written out variant fonts to distinguish visually similar characters for as long as they have needed to. This just forces them to add a few extra dots or strokes to zeros and els.

          – Josiah
          Jul 4 at 8:47






        • 1





          If your answer were only to mention clear desk policy, I'd upvote it. But I can't upvote the rest of it.

          – James_pic
          Jul 4 at 12:40


















        0














        Make your passwords into non-textual ones. Like they can pick from a random set of images. Whatever is not easy to write down.
        Here is what Wikipedia has on it today:




        "Non-text-based passwords, such as graphical passwords or
        mouse-movement based passwords.[70] Graphical passwords are an
        alternative means of authentication for log-in intended to be used in
        place of conventional password; they use images, graphics or colours
        instead of letters, digits or special characters. One system requires
        users to select a series of faces as a password, utilizing the human
        brain's ability to recall faces easily.[71] In some implementations
        the user is required to pick from a series of images in the correct
        sequence in order to gain access.[72] Another graphical password
        solution creates a one-time password using a randomly generated grid
        of images. Each time the user is required to authenticate, they look
        for the images that fit their pre-chosen categories and enter the
        randomly generated alphanumeric character that appears in the image to
        form the one-time password.[73][74] So far, graphical passwords are
        promising, but are not widely used. Studies on this subject have been
        made to determine its usability in the real world. While some believe
        that graphical passwords would be harder to crack, others suggest that
        people will be just as likely to pick common images or sequences as
        they are to pick common passwords."



        Wikipedia contributors. "Password." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 25 Jun. 2019. Web. 5 Jul. 2019.




        For example if you used the faces method, you could use random stock images of people. So they can't just write down Steve from sales.
        If the images are very similar and just show a plain portrait. They can also not write down something like the woman with the red scarf or the guy with big ben in the background.






        share|improve this answer
































          -1














          Use certificates or device-based authentication. Yes, this doesn't answer your question straight, but provides a different approach to the problem.



          As pointed out by others, you can't enforce anything that will prevent a user to write their password down. So... my advice is to throw passwords.



          A certificate-based authentication system does not require passwords (rather, the private key may be password protected), and perhaps doesn't even allow to back up the private keys.



          Please take my answer as an inspiration. You have few choice. As one commented here, you can still cut the fingers from your employees, but I doubt they will be able to input the password that now they remember.






          share|improve this answer


















          • 1





            If the private key is password protected, then the user still has to remember or store a password, so all you've done is added complexity and moved the password prompt.

            – IMSoP
            Jul 4 at 16:19











          • @IMSoP Isn't reusing a key less risky than reusing passwords, though?

            – gerrit
            Jul 4 at 20:08











          • @gerrit But what's to stop people reusing a password for both their private key and, say, their personal GMail account? Users won't think about the difference, they'll just be asked to set or memorise a password.

            – IMSoP
            Jul 4 at 21:17


















          -10














          Already been answered, but let me give another idea.



          Instead of trying to enforce something unenforceable (even attempting would be such an invasion of privacy)...



          Why don't you just stop it at the source and require the user to type (not copy) the password into the field. Yes, it can be disabled by messing with the HTML/JS, but that takes knowledge and, even if they have that knowledge, it's often more trouble than it's worth to just type the password.



          Autofill passwords are so convenient too but usually pose as much of a security risk unless you are in the habit of locking up your screen whenever you walk away.






          share|improve this answer




















          • 35





            Preventing pasting passwords into fields reduces security, as it makes using some password managers less effective, leading to users choosing easy to remember (i.e., short and re-used) passwords. This is currently regarded as an anti-pattern, directly going against current best practices that specifically say to allow pasting passwords. (pages.nist.gov/800-63-3/sp800-63b.html#sec5 about 3/4ths of the way through that section.)

            – Ghedipunk
            Jul 3 at 19:17






          • 9





            This advice has negative utility.

            – wizzwizz4
            Jul 3 at 22:42






          • 7





            It's good practice to require people to lock their screen whenever they walk away from their desk.

            – Christian
            Jul 4 at 8:06






          • 4





            I agree with @Ghedipunk, but there's more to it: it doesn't even achieve its goal! Your idea is to make it impossible to copy passwords, so people won't write them down. But they will! Writing it into a file isn't only done to have a very convenient way to insert it (which your idea prevents), it's also a way to ensure they'll remember it! So it still makes sense. People will also save the unencrypted .txt file in Dropbox, so they can also use it from home in case they need it. Or in Google Keep. Or they'll email it to themselves (maybe to a private address). Your idea doesn't prevent this!

            – Fabio Turati
            Jul 4 at 15:17











          protected by Rory Alsop Jul 5 at 13:09



          Thank you for your interest in this question.
          Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



          Would you like to answer one of these unanswered questions instead?














          12 Answers
          12






          active

          oldest

          votes








          12 Answers
          12






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          164





          +150









          As others said, you can't stop them. But you can remove the incentive.



          Does your password policy require any of the following?



          • Changing at regular intervals

          • Manual entering (password managers blocked)

          • Complex format (differing cases, special characters, etc.)

          If so, you are actively incentivizing people to write the password down. Drop the outdated password policy and your users will be much more likely to play along.



          Recommendations based on the new NIST guidelines. There is a nice summary here.






          share|improve this answer


















          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:47















          164





          +150









          As others said, you can't stop them. But you can remove the incentive.



          Does your password policy require any of the following?



          • Changing at regular intervals

          • Manual entering (password managers blocked)

          • Complex format (differing cases, special characters, etc.)

          If so, you are actively incentivizing people to write the password down. Drop the outdated password policy and your users will be much more likely to play along.



          Recommendations based on the new NIST guidelines. There is a nice summary here.






          share|improve this answer


















          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:47













          164





          +150







          164





          +150



          164




          +150





          As others said, you can't stop them. But you can remove the incentive.



          Does your password policy require any of the following?



          • Changing at regular intervals

          • Manual entering (password managers blocked)

          • Complex format (differing cases, special characters, etc.)

          If so, you are actively incentivizing people to write the password down. Drop the outdated password policy and your users will be much more likely to play along.



          Recommendations based on the new NIST guidelines. There is a nice summary here.






          share|improve this answer













          As others said, you can't stop them. But you can remove the incentive.



          Does your password policy require any of the following?



          • Changing at regular intervals

          • Manual entering (password managers blocked)

          • Complex format (differing cases, special characters, etc.)

          If so, you are actively incentivizing people to write the password down. Drop the outdated password policy and your users will be much more likely to play along.



          Recommendations based on the new NIST guidelines. There is a nice summary here.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 3 at 22:32









          dlssodlsso

          7911 gold badge2 silver badges6 bronze badges




          7911 gold badge2 silver badges6 bronze badges







          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:47












          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:47







          1




          1





          Comments are not for extended discussion; this conversation has been moved to chat.

          – Rory Alsop
          Jul 5 at 18:47





          Comments are not for extended discussion; this conversation has been moved to chat.

          – Rory Alsop
          Jul 5 at 18:47













          140














          There is no way that you can be sure that a user hasn't written down their password. Even if you have complete access to their computer, what if they noted it down in their phone? Or on paper?



          And even if you did have access to all their devices, you can only check that they haven't written down the password if you, as a sysadmin, yourself know the password. Which you shouldn't! Passwords should always be hashed, and never stored in plaintext or in a form which allows you to retrieve the original password.



          What about password managers? They're known to significantly increase security since now the user only has to remember one passphrase and is less likely to use an easy-to-guess password for your system.



          This is a social issue, which can only be solved by educating your users/employees about the dangers of leaving passwords written in plaintext around.






          share|improve this answer




















          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:47















          140














          There is no way that you can be sure that a user hasn't written down their password. Even if you have complete access to their computer, what if they noted it down in their phone? Or on paper?



          And even if you did have access to all their devices, you can only check that they haven't written down the password if you, as a sysadmin, yourself know the password. Which you shouldn't! Passwords should always be hashed, and never stored in plaintext or in a form which allows you to retrieve the original password.



          What about password managers? They're known to significantly increase security since now the user only has to remember one passphrase and is less likely to use an easy-to-guess password for your system.



          This is a social issue, which can only be solved by educating your users/employees about the dangers of leaving passwords written in plaintext around.






          share|improve this answer




















          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:47













          140












          140








          140







          There is no way that you can be sure that a user hasn't written down their password. Even if you have complete access to their computer, what if they noted it down in their phone? Or on paper?



          And even if you did have access to all their devices, you can only check that they haven't written down the password if you, as a sysadmin, yourself know the password. Which you shouldn't! Passwords should always be hashed, and never stored in plaintext or in a form which allows you to retrieve the original password.



          What about password managers? They're known to significantly increase security since now the user only has to remember one passphrase and is less likely to use an easy-to-guess password for your system.



          This is a social issue, which can only be solved by educating your users/employees about the dangers of leaving passwords written in plaintext around.






          share|improve this answer















          There is no way that you can be sure that a user hasn't written down their password. Even if you have complete access to their computer, what if they noted it down in their phone? Or on paper?



          And even if you did have access to all their devices, you can only check that they haven't written down the password if you, as a sysadmin, yourself know the password. Which you shouldn't! Passwords should always be hashed, and never stored in plaintext or in a form which allows you to retrieve the original password.



          What about password managers? They're known to significantly increase security since now the user only has to remember one passphrase and is less likely to use an easy-to-guess password for your system.



          This is a social issue, which can only be solved by educating your users/employees about the dangers of leaving passwords written in plaintext around.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jul 3 at 9:02

























          answered Jul 3 at 8:45









          rahuldottechrahuldottech

          1,5132 gold badges9 silver badges17 bronze badges




          1,5132 gold badges9 silver badges17 bronze badges







          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:47












          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:47







          1




          1





          Comments are not for extended discussion; this conversation has been moved to chat.

          – Rory Alsop
          Jul 5 at 18:47





          Comments are not for extended discussion; this conversation has been moved to chat.

          – Rory Alsop
          Jul 5 at 18:47











          20














          Install a camera behind their desk, better yet multiple cameras to cover all angles, and have somebody watch them.



          You might be bothered by this being unethical but don't worry, it's in no way worse than almost any other way that achieves what you want to do.




          About that almost:



          Use "passwords" that cannot be reasonably represented in plaintext by a user. Fingerprint scans, keycards/dongles, 2 factor authentication, retina scans, ... any of them achieves what you want.






          share|improve this answer


















          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:46















          20














          Install a camera behind their desk, better yet multiple cameras to cover all angles, and have somebody watch them.



          You might be bothered by this being unethical but don't worry, it's in no way worse than almost any other way that achieves what you want to do.




          About that almost:



          Use "passwords" that cannot be reasonably represented in plaintext by a user. Fingerprint scans, keycards/dongles, 2 factor authentication, retina scans, ... any of them achieves what you want.






          share|improve this answer


















          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:46













          20












          20








          20







          Install a camera behind their desk, better yet multiple cameras to cover all angles, and have somebody watch them.



          You might be bothered by this being unethical but don't worry, it's in no way worse than almost any other way that achieves what you want to do.




          About that almost:



          Use "passwords" that cannot be reasonably represented in plaintext by a user. Fingerprint scans, keycards/dongles, 2 factor authentication, retina scans, ... any of them achieves what you want.






          share|improve this answer













          Install a camera behind their desk, better yet multiple cameras to cover all angles, and have somebody watch them.



          You might be bothered by this being unethical but don't worry, it's in no way worse than almost any other way that achieves what you want to do.




          About that almost:



          Use "passwords" that cannot be reasonably represented in plaintext by a user. Fingerprint scans, keycards/dongles, 2 factor authentication, retina scans, ... any of them achieves what you want.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 3 at 16:51









          PeterPeter

          3,4493 gold badges10 silver badges24 bronze badges




          3,4493 gold badges10 silver badges24 bronze badges







          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:46












          • 1





            Comments are not for extended discussion; this conversation has been moved to chat.

            – Rory Alsop
            Jul 5 at 18:46







          1




          1





          Comments are not for extended discussion; this conversation has been moved to chat.

          – Rory Alsop
          Jul 5 at 18:46





          Comments are not for extended discussion; this conversation has been moved to chat.

          – Rory Alsop
          Jul 5 at 18:46











          19














          You don't.



          By forbidding users to write down their passwords, you're forbidding them to use the second-best password manager in existence. People are generally quite good at protecting the contents of their wallets; a list of complex passwords written on a piece of paper stored between their driver's license and their credit card is about as secure as you can reasonably expect.



          Instead of creating "don't do this" rules, provide your users with guidelines on how they should secure their passwords. If they've got a list of "Password Manager X, Password Manager Y, slip of paper in your wallet" to work from, they're far more likely to store their passwords securely than if you try to enumerate all they ways they shouldn't store their passwords and enforce it through punitive means.






          share|improve this answer


















          • 6





            Why do you believe that people are generally good at avoiding pickpocketing attempts?

            – Christian
            Jul 3 at 21:35






          • 6





            @Christian Unless they have written down both the URL and the username along with the password, it's mostly useless. The obvious exception was if they're being targeted specifically, but in that case there are other (possibly easier) ways to get the passwords too.

            – rahuldottech
            Jul 4 at 6:24






          • 5





            @Christian it's important to look at the threat model. How many pickpockets are interested in passwords to some corporate network

            – Richard Tingle
            Jul 4 at 7:59






          • 3





            @RichardTingle : People who are interested in breaching a corporate network can use techniques like pickpocketing.

            – Christian
            Jul 4 at 8:06






          • 5





            @Christian which is why you look at the threat model. If you're a small business selling fresh groceries, then you're unlikely to see that as a legitimate issue. If you run security for the Pentagon on the other hand...

            – Baldrickk
            Jul 4 at 9:21
















          19














          You don't.



          By forbidding users to write down their passwords, you're forbidding them to use the second-best password manager in existence. People are generally quite good at protecting the contents of their wallets; a list of complex passwords written on a piece of paper stored between their driver's license and their credit card is about as secure as you can reasonably expect.



          Instead of creating "don't do this" rules, provide your users with guidelines on how they should secure their passwords. If they've got a list of "Password Manager X, Password Manager Y, slip of paper in your wallet" to work from, they're far more likely to store their passwords securely than if you try to enumerate all they ways they shouldn't store their passwords and enforce it through punitive means.






          share|improve this answer


















          • 6





            Why do you believe that people are generally good at avoiding pickpocketing attempts?

            – Christian
            Jul 3 at 21:35






          • 6





            @Christian Unless they have written down both the URL and the username along with the password, it's mostly useless. The obvious exception was if they're being targeted specifically, but in that case there are other (possibly easier) ways to get the passwords too.

            – rahuldottech
            Jul 4 at 6:24






          • 5





            @Christian it's important to look at the threat model. How many pickpockets are interested in passwords to some corporate network

            – Richard Tingle
            Jul 4 at 7:59






          • 3





            @RichardTingle : People who are interested in breaching a corporate network can use techniques like pickpocketing.

            – Christian
            Jul 4 at 8:06






          • 5





            @Christian which is why you look at the threat model. If you're a small business selling fresh groceries, then you're unlikely to see that as a legitimate issue. If you run security for the Pentagon on the other hand...

            – Baldrickk
            Jul 4 at 9:21














          19












          19








          19







          You don't.



          By forbidding users to write down their passwords, you're forbidding them to use the second-best password manager in existence. People are generally quite good at protecting the contents of their wallets; a list of complex passwords written on a piece of paper stored between their driver's license and their credit card is about as secure as you can reasonably expect.



          Instead of creating "don't do this" rules, provide your users with guidelines on how they should secure their passwords. If they've got a list of "Password Manager X, Password Manager Y, slip of paper in your wallet" to work from, they're far more likely to store their passwords securely than if you try to enumerate all they ways they shouldn't store their passwords and enforce it through punitive means.






          share|improve this answer













          You don't.



          By forbidding users to write down their passwords, you're forbidding them to use the second-best password manager in existence. People are generally quite good at protecting the contents of their wallets; a list of complex passwords written on a piece of paper stored between their driver's license and their credit card is about as secure as you can reasonably expect.



          Instead of creating "don't do this" rules, provide your users with guidelines on how they should secure their passwords. If they've got a list of "Password Manager X, Password Manager Y, slip of paper in your wallet" to work from, they're far more likely to store their passwords securely than if you try to enumerate all they ways they shouldn't store their passwords and enforce it through punitive means.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 3 at 20:06









          MarkMark

          32.2k9 gold badges73 silver badges122 bronze badges




          32.2k9 gold badges73 silver badges122 bronze badges







          • 6





            Why do you believe that people are generally good at avoiding pickpocketing attempts?

            – Christian
            Jul 3 at 21:35






          • 6





            @Christian Unless they have written down both the URL and the username along with the password, it's mostly useless. The obvious exception was if they're being targeted specifically, but in that case there are other (possibly easier) ways to get the passwords too.

            – rahuldottech
            Jul 4 at 6:24






          • 5





            @Christian it's important to look at the threat model. How many pickpockets are interested in passwords to some corporate network

            – Richard Tingle
            Jul 4 at 7:59






          • 3





            @RichardTingle : People who are interested in breaching a corporate network can use techniques like pickpocketing.

            – Christian
            Jul 4 at 8:06






          • 5





            @Christian which is why you look at the threat model. If you're a small business selling fresh groceries, then you're unlikely to see that as a legitimate issue. If you run security for the Pentagon on the other hand...

            – Baldrickk
            Jul 4 at 9:21













          • 6





            Why do you believe that people are generally good at avoiding pickpocketing attempts?

            – Christian
            Jul 3 at 21:35






          • 6





            @Christian Unless they have written down both the URL and the username along with the password, it's mostly useless. The obvious exception was if they're being targeted specifically, but in that case there are other (possibly easier) ways to get the passwords too.

            – rahuldottech
            Jul 4 at 6:24






          • 5





            @Christian it's important to look at the threat model. How many pickpockets are interested in passwords to some corporate network

            – Richard Tingle
            Jul 4 at 7:59






          • 3





            @RichardTingle : People who are interested in breaching a corporate network can use techniques like pickpocketing.

            – Christian
            Jul 4 at 8:06






          • 5





            @Christian which is why you look at the threat model. If you're a small business selling fresh groceries, then you're unlikely to see that as a legitimate issue. If you run security for the Pentagon on the other hand...

            – Baldrickk
            Jul 4 at 9:21








          6




          6





          Why do you believe that people are generally good at avoiding pickpocketing attempts?

          – Christian
          Jul 3 at 21:35





          Why do you believe that people are generally good at avoiding pickpocketing attempts?

          – Christian
          Jul 3 at 21:35




          6




          6





          @Christian Unless they have written down both the URL and the username along with the password, it's mostly useless. The obvious exception was if they're being targeted specifically, but in that case there are other (possibly easier) ways to get the passwords too.

          – rahuldottech
          Jul 4 at 6:24





          @Christian Unless they have written down both the URL and the username along with the password, it's mostly useless. The obvious exception was if they're being targeted specifically, but in that case there are other (possibly easier) ways to get the passwords too.

          – rahuldottech
          Jul 4 at 6:24




          5




          5





          @Christian it's important to look at the threat model. How many pickpockets are interested in passwords to some corporate network

          – Richard Tingle
          Jul 4 at 7:59





          @Christian it's important to look at the threat model. How many pickpockets are interested in passwords to some corporate network

          – Richard Tingle
          Jul 4 at 7:59




          3




          3





          @RichardTingle : People who are interested in breaching a corporate network can use techniques like pickpocketing.

          – Christian
          Jul 4 at 8:06





          @RichardTingle : People who are interested in breaching a corporate network can use techniques like pickpocketing.

          – Christian
          Jul 4 at 8:06




          5




          5





          @Christian which is why you look at the threat model. If you're a small business selling fresh groceries, then you're unlikely to see that as a legitimate issue. If you run security for the Pentagon on the other hand...

          – Baldrickk
          Jul 4 at 9:21






          @Christian which is why you look at the threat model. If you're a small business selling fresh groceries, then you're unlikely to see that as a legitimate issue. If you run security for the Pentagon on the other hand...

          – Baldrickk
          Jul 4 at 9:21












          16














          What is your threat model?



          I know I ask that counter-question to almost everything here, but most question about security never state what they actually try to secure against.



          Are unauthorized people regularily in your environment and could spot passwords that are written down? If so, awareness in your users can be improved to this specific and easily understood threat, and it will have (some, limited) effect.



          If your threat model is insiders, awareness tends to be much, much less effective. Officially forbidding the writing down of passwords, with a threat of sanctions, can gain a few percents of compliance, but is rarely effective to a degree that matters.



          Giving people sanctioned ways to store passwords securely, such as a pre-installed password manager, will also give you some compliance and is probably the most user-friendly way to solve the problem.



          The best way is to do away with passwords. If you have SSO that is actually relatively easy to do. All you need is a passwordless authentication to the SSO and go from there. From hardware token to smartphone apps to even using the smartphone itself as a token there are many solutions on the market already. Pick one. Because the only password that your users are guaranteed to never write down is the one that they don't even have.






          share|improve this answer



























            16














            What is your threat model?



            I know I ask that counter-question to almost everything here, but most question about security never state what they actually try to secure against.



            Are unauthorized people regularily in your environment and could spot passwords that are written down? If so, awareness in your users can be improved to this specific and easily understood threat, and it will have (some, limited) effect.



            If your threat model is insiders, awareness tends to be much, much less effective. Officially forbidding the writing down of passwords, with a threat of sanctions, can gain a few percents of compliance, but is rarely effective to a degree that matters.



            Giving people sanctioned ways to store passwords securely, such as a pre-installed password manager, will also give you some compliance and is probably the most user-friendly way to solve the problem.



            The best way is to do away with passwords. If you have SSO that is actually relatively easy to do. All you need is a passwordless authentication to the SSO and go from there. From hardware token to smartphone apps to even using the smartphone itself as a token there are many solutions on the market already. Pick one. Because the only password that your users are guaranteed to never write down is the one that they don't even have.






            share|improve this answer

























              16












              16








              16







              What is your threat model?



              I know I ask that counter-question to almost everything here, but most question about security never state what they actually try to secure against.



              Are unauthorized people regularily in your environment and could spot passwords that are written down? If so, awareness in your users can be improved to this specific and easily understood threat, and it will have (some, limited) effect.



              If your threat model is insiders, awareness tends to be much, much less effective. Officially forbidding the writing down of passwords, with a threat of sanctions, can gain a few percents of compliance, but is rarely effective to a degree that matters.



              Giving people sanctioned ways to store passwords securely, such as a pre-installed password manager, will also give you some compliance and is probably the most user-friendly way to solve the problem.



              The best way is to do away with passwords. If you have SSO that is actually relatively easy to do. All you need is a passwordless authentication to the SSO and go from there. From hardware token to smartphone apps to even using the smartphone itself as a token there are many solutions on the market already. Pick one. Because the only password that your users are guaranteed to never write down is the one that they don't even have.






              share|improve this answer













              What is your threat model?



              I know I ask that counter-question to almost everything here, but most question about security never state what they actually try to secure against.



              Are unauthorized people regularily in your environment and could spot passwords that are written down? If so, awareness in your users can be improved to this specific and easily understood threat, and it will have (some, limited) effect.



              If your threat model is insiders, awareness tends to be much, much less effective. Officially forbidding the writing down of passwords, with a threat of sanctions, can gain a few percents of compliance, but is rarely effective to a degree that matters.



              Giving people sanctioned ways to store passwords securely, such as a pre-installed password manager, will also give you some compliance and is probably the most user-friendly way to solve the problem.



              The best way is to do away with passwords. If you have SSO that is actually relatively easy to do. All you need is a passwordless authentication to the SSO and go from there. From hardware token to smartphone apps to even using the smartphone itself as a token there are many solutions on the market already. Pick one. Because the only password that your users are guaranteed to never write down is the one that they don't even have.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jul 4 at 6:43









              TomTom

              6,1679 silver badges37 bronze badges




              6,1679 silver badges37 bronze badges





















                  13














                  First off, I agree with the answers that say that this is a bad idea for a variety of reasons.



                  Second, it appears that you are trying to use technology to solve a human problem. It is very, very rare for that to end well.



                  Instead of focusing on technical measures to prevent writing passwords down, such as cameras, non-pasteable password fields, and so on, you should focus on the (perceived or real) problem the users see which cause them to want to write down the passwords (or use insecure ones, or whatever the problem might be) in the first place.



                  One way of doing this might be to send out a notice to all employees along the lines of "if you are writing down, sharing or reusing your work-related passwords in any way, we'd love to know how and why" and offer a completely anonymous way of answering. (That latter is important, since people are usually more honest about imperfect security-related choices when they don't need to worry about getting into trouble for being honest.) For example, you could set up a physical box where people can drop pieces of paper with their answer, and which is clearly non-trivial to get into in a way that isn't visible. (It doesn't need to be tamper resistant, just tamper evident.) Then look at the answers you get.



                  If a large portion of the answers say something like "it's so hard to remember a new complex password every month", then fix that. The recent NIST guidelines aren't half bad, actually; to require a long password, to encourage using passphrases, but not set other complexity or renewal requirements, goes a long way.



                  If a large portion of the answers say something like "I use short passwords because it's so inconvenient to unlock the computer after it automatically locks after two minutes while I'm reading a web page", then fix that.



                  If a large portion of the answers say something like "I can't think of good passwords", then offer guidance on how to select good passwords. Diceware (sometimes referred to as "xkcd passwords" after xkcd 936) is a good start. This requires that the system supports long passwords, which any sanely built modern system will.



                  And so on.



                  The people who write passwords down insecurely are humans, and they are almost certainly doing it for human reasons, not technological. Human problems should be solved by human means, not technological ones.






                  share|improve this answer



























                    13














                    First off, I agree with the answers that say that this is a bad idea for a variety of reasons.



                    Second, it appears that you are trying to use technology to solve a human problem. It is very, very rare for that to end well.



                    Instead of focusing on technical measures to prevent writing passwords down, such as cameras, non-pasteable password fields, and so on, you should focus on the (perceived or real) problem the users see which cause them to want to write down the passwords (or use insecure ones, or whatever the problem might be) in the first place.



                    One way of doing this might be to send out a notice to all employees along the lines of "if you are writing down, sharing or reusing your work-related passwords in any way, we'd love to know how and why" and offer a completely anonymous way of answering. (That latter is important, since people are usually more honest about imperfect security-related choices when they don't need to worry about getting into trouble for being honest.) For example, you could set up a physical box where people can drop pieces of paper with their answer, and which is clearly non-trivial to get into in a way that isn't visible. (It doesn't need to be tamper resistant, just tamper evident.) Then look at the answers you get.



                    If a large portion of the answers say something like "it's so hard to remember a new complex password every month", then fix that. The recent NIST guidelines aren't half bad, actually; to require a long password, to encourage using passphrases, but not set other complexity or renewal requirements, goes a long way.



                    If a large portion of the answers say something like "I use short passwords because it's so inconvenient to unlock the computer after it automatically locks after two minutes while I'm reading a web page", then fix that.



                    If a large portion of the answers say something like "I can't think of good passwords", then offer guidance on how to select good passwords. Diceware (sometimes referred to as "xkcd passwords" after xkcd 936) is a good start. This requires that the system supports long passwords, which any sanely built modern system will.



                    And so on.



                    The people who write passwords down insecurely are humans, and they are almost certainly doing it for human reasons, not technological. Human problems should be solved by human means, not technological ones.






                    share|improve this answer

























                      13












                      13








                      13







                      First off, I agree with the answers that say that this is a bad idea for a variety of reasons.



                      Second, it appears that you are trying to use technology to solve a human problem. It is very, very rare for that to end well.



                      Instead of focusing on technical measures to prevent writing passwords down, such as cameras, non-pasteable password fields, and so on, you should focus on the (perceived or real) problem the users see which cause them to want to write down the passwords (or use insecure ones, or whatever the problem might be) in the first place.



                      One way of doing this might be to send out a notice to all employees along the lines of "if you are writing down, sharing or reusing your work-related passwords in any way, we'd love to know how and why" and offer a completely anonymous way of answering. (That latter is important, since people are usually more honest about imperfect security-related choices when they don't need to worry about getting into trouble for being honest.) For example, you could set up a physical box where people can drop pieces of paper with their answer, and which is clearly non-trivial to get into in a way that isn't visible. (It doesn't need to be tamper resistant, just tamper evident.) Then look at the answers you get.



                      If a large portion of the answers say something like "it's so hard to remember a new complex password every month", then fix that. The recent NIST guidelines aren't half bad, actually; to require a long password, to encourage using passphrases, but not set other complexity or renewal requirements, goes a long way.



                      If a large portion of the answers say something like "I use short passwords because it's so inconvenient to unlock the computer after it automatically locks after two minutes while I'm reading a web page", then fix that.



                      If a large portion of the answers say something like "I can't think of good passwords", then offer guidance on how to select good passwords. Diceware (sometimes referred to as "xkcd passwords" after xkcd 936) is a good start. This requires that the system supports long passwords, which any sanely built modern system will.



                      And so on.



                      The people who write passwords down insecurely are humans, and they are almost certainly doing it for human reasons, not technological. Human problems should be solved by human means, not technological ones.






                      share|improve this answer













                      First off, I agree with the answers that say that this is a bad idea for a variety of reasons.



                      Second, it appears that you are trying to use technology to solve a human problem. It is very, very rare for that to end well.



                      Instead of focusing on technical measures to prevent writing passwords down, such as cameras, non-pasteable password fields, and so on, you should focus on the (perceived or real) problem the users see which cause them to want to write down the passwords (or use insecure ones, or whatever the problem might be) in the first place.



                      One way of doing this might be to send out a notice to all employees along the lines of "if you are writing down, sharing or reusing your work-related passwords in any way, we'd love to know how and why" and offer a completely anonymous way of answering. (That latter is important, since people are usually more honest about imperfect security-related choices when they don't need to worry about getting into trouble for being honest.) For example, you could set up a physical box where people can drop pieces of paper with their answer, and which is clearly non-trivial to get into in a way that isn't visible. (It doesn't need to be tamper resistant, just tamper evident.) Then look at the answers you get.



                      If a large portion of the answers say something like "it's so hard to remember a new complex password every month", then fix that. The recent NIST guidelines aren't half bad, actually; to require a long password, to encourage using passphrases, but not set other complexity or renewal requirements, goes a long way.



                      If a large portion of the answers say something like "I use short passwords because it's so inconvenient to unlock the computer after it automatically locks after two minutes while I'm reading a web page", then fix that.



                      If a large portion of the answers say something like "I can't think of good passwords", then offer guidance on how to select good passwords. Diceware (sometimes referred to as "xkcd passwords" after xkcd 936) is a good start. This requires that the system supports long passwords, which any sanely built modern system will.



                      And so on.



                      The people who write passwords down insecurely are humans, and they are almost certainly doing it for human reasons, not technological. Human problems should be solved by human means, not technological ones.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jul 4 at 8:05









                      a CVna CVn

                      6,7691 gold badge24 silver badges48 bronze badges




                      6,7691 gold badge24 silver badges48 bronze badges





















                          1














                          As everyone has said, you don't.



                          You should consider whether passwords (single-factor authentication) are adequate for your needs. Even if all your users abive by password guidelines, there are other risks such as shoulder-surfers and key-loggers. A much better solution is two-factor authentication. There are various dongles that you can buy, or there's the free and open Google authenticator that can be installed on any smartphone. The user can have a fairly simple and easy to remember password and never needs to change it, because there is also a six-digit number that changes every thirty seconds, without which their password is useless.



                          Should perhaps add, a shoulder-surfer doesn't even have to be in the building. In my student days, somebody bought a telescope in, and showed everybody what could be seen through the windows of a tower-block hotel the better part of a kilometer away. Nobody bothered drawing the curtains on the 14th floor! Today, they probably would in a hotel by night, but in an office by day?






                          share|improve this answer





























                            1














                            As everyone has said, you don't.



                            You should consider whether passwords (single-factor authentication) are adequate for your needs. Even if all your users abive by password guidelines, there are other risks such as shoulder-surfers and key-loggers. A much better solution is two-factor authentication. There are various dongles that you can buy, or there's the free and open Google authenticator that can be installed on any smartphone. The user can have a fairly simple and easy to remember password and never needs to change it, because there is also a six-digit number that changes every thirty seconds, without which their password is useless.



                            Should perhaps add, a shoulder-surfer doesn't even have to be in the building. In my student days, somebody bought a telescope in, and showed everybody what could be seen through the windows of a tower-block hotel the better part of a kilometer away. Nobody bothered drawing the curtains on the 14th floor! Today, they probably would in a hotel by night, but in an office by day?






                            share|improve this answer



























                              1












                              1








                              1







                              As everyone has said, you don't.



                              You should consider whether passwords (single-factor authentication) are adequate for your needs. Even if all your users abive by password guidelines, there are other risks such as shoulder-surfers and key-loggers. A much better solution is two-factor authentication. There are various dongles that you can buy, or there's the free and open Google authenticator that can be installed on any smartphone. The user can have a fairly simple and easy to remember password and never needs to change it, because there is also a six-digit number that changes every thirty seconds, without which their password is useless.



                              Should perhaps add, a shoulder-surfer doesn't even have to be in the building. In my student days, somebody bought a telescope in, and showed everybody what could be seen through the windows of a tower-block hotel the better part of a kilometer away. Nobody bothered drawing the curtains on the 14th floor! Today, they probably would in a hotel by night, but in an office by day?






                              share|improve this answer















                              As everyone has said, you don't.



                              You should consider whether passwords (single-factor authentication) are adequate for your needs. Even if all your users abive by password guidelines, there are other risks such as shoulder-surfers and key-loggers. A much better solution is two-factor authentication. There are various dongles that you can buy, or there's the free and open Google authenticator that can be installed on any smartphone. The user can have a fairly simple and easy to remember password and never needs to change it, because there is also a six-digit number that changes every thirty seconds, without which their password is useless.



                              Should perhaps add, a shoulder-surfer doesn't even have to be in the building. In my student days, somebody bought a telescope in, and showed everybody what could be seen through the windows of a tower-block hotel the better part of a kilometer away. Nobody bothered drawing the curtains on the 14th floor! Today, they probably would in a hotel by night, but in an office by day?







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited Jul 4 at 16:36

























                              answered Jul 4 at 16:30









                              nigel222nigel222

                              1294 bronze badges




                              1294 bronze badges





















                                  1














                                  I realise I am late to party, but....




                                  How can I ensure that they haven't done so by writing their password in emails, scripts, documents or files




                                  You Can't. Not practically.



                                  Passwords are a single layer authorisation mechanism. If you care about passwords being "written" or recorded then you need to:



                                  • Quantify the risk factor and mitigate these risk types. What is the risk if someone else reads the password? If it's a fellow employee, a member of the public? Add security layers to mitigate these risks (such as asking for additional information at login)


                                  • If doing things such as tracking your userbase keylogs, tracking your userbase physical movements, tracking anything about your userbase in real-time in order to ensure they are not plaintexting their passwords, then you really, really need to up your game, and instead of spending thousands trying to soup up your old ford cortina, invest in a Nissan Skyline and give your userbase hardware-token-authentication and 2FA credentials.


                                  • Encourage better user behaviour. Remembered passwords are easy to remember and by this nature are going to be weak - So you have a choice between a complex password that more people will write down, for reference, or a simple password which is exponentially easier for a machine to brute force or otherwise compromise. So heavily pressure and encourage your userbase to use a Password Manager. So that they can use complex passwords without needing to remember them OR write them down.



                                  I repeat; if you care this much about your users not writing down their passwords you must provide them with valid and reliable alternatives, as detailed on various answers here.






                                  share|improve this answer























                                  • I would like to contest that Remembered passwords are easy to remember and by this nature are going to be weak. While the Password Manager probably IS the best solution, remembered passwords of sufficient length can still be very hard to guess. Decent example of this is XKCD's passphrases, which are a good idea as long as your words are random: xkcd.com/936

                                    – Jacco van Dorp
                                    Jul 8 at 7:11











                                  • @JaccovanDorp I have had a long experience with customers; while we might remember more varied passwords; my experience out in the wild is that in general, people do not make comlpex passwords if they know they have to remember them. I have dealt with hundreds of customers and required their email passwords and no one, ever, has given a password even remotely as complex (or logical) as the cartoon referenced. It's an ideal that simply has not been reached yet.

                                    – Martin
                                    Jul 8 at 8:51















                                  1














                                  I realise I am late to party, but....




                                  How can I ensure that they haven't done so by writing their password in emails, scripts, documents or files




                                  You Can't. Not practically.



                                  Passwords are a single layer authorisation mechanism. If you care about passwords being "written" or recorded then you need to:



                                  • Quantify the risk factor and mitigate these risk types. What is the risk if someone else reads the password? If it's a fellow employee, a member of the public? Add security layers to mitigate these risks (such as asking for additional information at login)


                                  • If doing things such as tracking your userbase keylogs, tracking your userbase physical movements, tracking anything about your userbase in real-time in order to ensure they are not plaintexting their passwords, then you really, really need to up your game, and instead of spending thousands trying to soup up your old ford cortina, invest in a Nissan Skyline and give your userbase hardware-token-authentication and 2FA credentials.


                                  • Encourage better user behaviour. Remembered passwords are easy to remember and by this nature are going to be weak - So you have a choice between a complex password that more people will write down, for reference, or a simple password which is exponentially easier for a machine to brute force or otherwise compromise. So heavily pressure and encourage your userbase to use a Password Manager. So that they can use complex passwords without needing to remember them OR write them down.



                                  I repeat; if you care this much about your users not writing down their passwords you must provide them with valid and reliable alternatives, as detailed on various answers here.






                                  share|improve this answer























                                  • I would like to contest that Remembered passwords are easy to remember and by this nature are going to be weak. While the Password Manager probably IS the best solution, remembered passwords of sufficient length can still be very hard to guess. Decent example of this is XKCD's passphrases, which are a good idea as long as your words are random: xkcd.com/936

                                    – Jacco van Dorp
                                    Jul 8 at 7:11











                                  • @JaccovanDorp I have had a long experience with customers; while we might remember more varied passwords; my experience out in the wild is that in general, people do not make comlpex passwords if they know they have to remember them. I have dealt with hundreds of customers and required their email passwords and no one, ever, has given a password even remotely as complex (or logical) as the cartoon referenced. It's an ideal that simply has not been reached yet.

                                    – Martin
                                    Jul 8 at 8:51













                                  1












                                  1








                                  1







                                  I realise I am late to party, but....




                                  How can I ensure that they haven't done so by writing their password in emails, scripts, documents or files




                                  You Can't. Not practically.



                                  Passwords are a single layer authorisation mechanism. If you care about passwords being "written" or recorded then you need to:



                                  • Quantify the risk factor and mitigate these risk types. What is the risk if someone else reads the password? If it's a fellow employee, a member of the public? Add security layers to mitigate these risks (such as asking for additional information at login)


                                  • If doing things such as tracking your userbase keylogs, tracking your userbase physical movements, tracking anything about your userbase in real-time in order to ensure they are not plaintexting their passwords, then you really, really need to up your game, and instead of spending thousands trying to soup up your old ford cortina, invest in a Nissan Skyline and give your userbase hardware-token-authentication and 2FA credentials.


                                  • Encourage better user behaviour. Remembered passwords are easy to remember and by this nature are going to be weak - So you have a choice between a complex password that more people will write down, for reference, or a simple password which is exponentially easier for a machine to brute force or otherwise compromise. So heavily pressure and encourage your userbase to use a Password Manager. So that they can use complex passwords without needing to remember them OR write them down.



                                  I repeat; if you care this much about your users not writing down their passwords you must provide them with valid and reliable alternatives, as detailed on various answers here.






                                  share|improve this answer













                                  I realise I am late to party, but....




                                  How can I ensure that they haven't done so by writing their password in emails, scripts, documents or files




                                  You Can't. Not practically.



                                  Passwords are a single layer authorisation mechanism. If you care about passwords being "written" or recorded then you need to:



                                  • Quantify the risk factor and mitigate these risk types. What is the risk if someone else reads the password? If it's a fellow employee, a member of the public? Add security layers to mitigate these risks (such as asking for additional information at login)


                                  • If doing things such as tracking your userbase keylogs, tracking your userbase physical movements, tracking anything about your userbase in real-time in order to ensure they are not plaintexting their passwords, then you really, really need to up your game, and instead of spending thousands trying to soup up your old ford cortina, invest in a Nissan Skyline and give your userbase hardware-token-authentication and 2FA credentials.


                                  • Encourage better user behaviour. Remembered passwords are easy to remember and by this nature are going to be weak - So you have a choice between a complex password that more people will write down, for reference, or a simple password which is exponentially easier for a machine to brute force or otherwise compromise. So heavily pressure and encourage your userbase to use a Password Manager. So that they can use complex passwords without needing to remember them OR write them down.



                                  I repeat; if you care this much about your users not writing down their passwords you must provide them with valid and reliable alternatives, as detailed on various answers here.







                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered Jul 4 at 22:39









                                  MartinMartin

                                  5391 gold badge7 silver badges17 bronze badges




                                  5391 gold badge7 silver badges17 bronze badges












                                  • I would like to contest that Remembered passwords are easy to remember and by this nature are going to be weak. While the Password Manager probably IS the best solution, remembered passwords of sufficient length can still be very hard to guess. Decent example of this is XKCD's passphrases, which are a good idea as long as your words are random: xkcd.com/936

                                    – Jacco van Dorp
                                    Jul 8 at 7:11











                                  • @JaccovanDorp I have had a long experience with customers; while we might remember more varied passwords; my experience out in the wild is that in general, people do not make comlpex passwords if they know they have to remember them. I have dealt with hundreds of customers and required their email passwords and no one, ever, has given a password even remotely as complex (or logical) as the cartoon referenced. It's an ideal that simply has not been reached yet.

                                    – Martin
                                    Jul 8 at 8:51

















                                  • I would like to contest that Remembered passwords are easy to remember and by this nature are going to be weak. While the Password Manager probably IS the best solution, remembered passwords of sufficient length can still be very hard to guess. Decent example of this is XKCD's passphrases, which are a good idea as long as your words are random: xkcd.com/936

                                    – Jacco van Dorp
                                    Jul 8 at 7:11











                                  • @JaccovanDorp I have had a long experience with customers; while we might remember more varied passwords; my experience out in the wild is that in general, people do not make comlpex passwords if they know they have to remember them. I have dealt with hundreds of customers and required their email passwords and no one, ever, has given a password even remotely as complex (or logical) as the cartoon referenced. It's an ideal that simply has not been reached yet.

                                    – Martin
                                    Jul 8 at 8:51
















                                  I would like to contest that Remembered passwords are easy to remember and by this nature are going to be weak. While the Password Manager probably IS the best solution, remembered passwords of sufficient length can still be very hard to guess. Decent example of this is XKCD's passphrases, which are a good idea as long as your words are random: xkcd.com/936

                                  – Jacco van Dorp
                                  Jul 8 at 7:11





                                  I would like to contest that Remembered passwords are easy to remember and by this nature are going to be weak. While the Password Manager probably IS the best solution, remembered passwords of sufficient length can still be very hard to guess. Decent example of this is XKCD's passphrases, which are a good idea as long as your words are random: xkcd.com/936

                                  – Jacco van Dorp
                                  Jul 8 at 7:11













                                  @JaccovanDorp I have had a long experience with customers; while we might remember more varied passwords; my experience out in the wild is that in general, people do not make comlpex passwords if they know they have to remember them. I have dealt with hundreds of customers and required their email passwords and no one, ever, has given a password even remotely as complex (or logical) as the cartoon referenced. It's an ideal that simply has not been reached yet.

                                  – Martin
                                  Jul 8 at 8:51





                                  @JaccovanDorp I have had a long experience with customers; while we might remember more varied passwords; my experience out in the wild is that in general, people do not make comlpex passwords if they know they have to remember them. I have dealt with hundreds of customers and required their email passwords and no one, ever, has given a password even remotely as complex (or logical) as the cartoon referenced. It's an ideal that simply has not been reached yet.

                                  – Martin
                                  Jul 8 at 8:51











                                  0














                                  The typical way to enforce this is with a Clean Desk Policy. But I like your question; I think the solution can be brought to a ridiculous extreme :)



                                  It is common to enforce character groups, like lowercase, uppercase, etc.



                                  If you could set a reasonable minimum length, set a very low lockout threshold, and then enforce the inclusion of a character group "circles" [ o, O, 0 ] and enforce the use of a character group "lines" [ I, l, 1, | ] then you could theoretically make a written-down password have a very low utility value.



                                  If your users are bilingual, you have even more options; e.g. [ c C с С ] etc.



                                  OK, the above is a borderline joke, and should illustrate how futile it is to "check that users don't [do something]". BUT: isn't there a carrot and a stick?



                                  If you read NIST 800-63 you will find new advice to let users choose their own passwords freely, and not to force them to rotate unless there is reason to believe the password is compromised. To wit:




                                  Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.




                                  If the passwords are not difficult for users to remember, then wouldn't that go a long way to prevent them being written down?






                                  share|improve this answer




















                                  • 7





                                    This is very bad advice. Forcing inclusion of specific characters reduces the entropy available from a given length of password. Meanwhile it doesn't help: humans have written out variant fonts to distinguish visually similar characters for as long as they have needed to. This just forces them to add a few extra dots or strokes to zeros and els.

                                    – Josiah
                                    Jul 4 at 8:47






                                  • 1





                                    If your answer were only to mention clear desk policy, I'd upvote it. But I can't upvote the rest of it.

                                    – James_pic
                                    Jul 4 at 12:40















                                  0














                                  The typical way to enforce this is with a Clean Desk Policy. But I like your question; I think the solution can be brought to a ridiculous extreme :)



                                  It is common to enforce character groups, like lowercase, uppercase, etc.



                                  If you could set a reasonable minimum length, set a very low lockout threshold, and then enforce the inclusion of a character group "circles" [ o, O, 0 ] and enforce the use of a character group "lines" [ I, l, 1, | ] then you could theoretically make a written-down password have a very low utility value.



                                  If your users are bilingual, you have even more options; e.g. [ c C с С ] etc.



                                  OK, the above is a borderline joke, and should illustrate how futile it is to "check that users don't [do something]". BUT: isn't there a carrot and a stick?



                                  If you read NIST 800-63 you will find new advice to let users choose their own passwords freely, and not to force them to rotate unless there is reason to believe the password is compromised. To wit:




                                  Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.




                                  If the passwords are not difficult for users to remember, then wouldn't that go a long way to prevent them being written down?






                                  share|improve this answer




















                                  • 7





                                    This is very bad advice. Forcing inclusion of specific characters reduces the entropy available from a given length of password. Meanwhile it doesn't help: humans have written out variant fonts to distinguish visually similar characters for as long as they have needed to. This just forces them to add a few extra dots or strokes to zeros and els.

                                    – Josiah
                                    Jul 4 at 8:47






                                  • 1





                                    If your answer were only to mention clear desk policy, I'd upvote it. But I can't upvote the rest of it.

                                    – James_pic
                                    Jul 4 at 12:40













                                  0












                                  0








                                  0







                                  The typical way to enforce this is with a Clean Desk Policy. But I like your question; I think the solution can be brought to a ridiculous extreme :)



                                  It is common to enforce character groups, like lowercase, uppercase, etc.



                                  If you could set a reasonable minimum length, set a very low lockout threshold, and then enforce the inclusion of a character group "circles" [ o, O, 0 ] and enforce the use of a character group "lines" [ I, l, 1, | ] then you could theoretically make a written-down password have a very low utility value.



                                  If your users are bilingual, you have even more options; e.g. [ c C с С ] etc.



                                  OK, the above is a borderline joke, and should illustrate how futile it is to "check that users don't [do something]". BUT: isn't there a carrot and a stick?



                                  If you read NIST 800-63 you will find new advice to let users choose their own passwords freely, and not to force them to rotate unless there is reason to believe the password is compromised. To wit:




                                  Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.




                                  If the passwords are not difficult for users to remember, then wouldn't that go a long way to prevent them being written down?






                                  share|improve this answer















                                  The typical way to enforce this is with a Clean Desk Policy. But I like your question; I think the solution can be brought to a ridiculous extreme :)



                                  It is common to enforce character groups, like lowercase, uppercase, etc.



                                  If you could set a reasonable minimum length, set a very low lockout threshold, and then enforce the inclusion of a character group "circles" [ o, O, 0 ] and enforce the use of a character group "lines" [ I, l, 1, | ] then you could theoretically make a written-down password have a very low utility value.



                                  If your users are bilingual, you have even more options; e.g. [ c C с С ] etc.



                                  OK, the above is a borderline joke, and should illustrate how futile it is to "check that users don't [do something]". BUT: isn't there a carrot and a stick?



                                  If you read NIST 800-63 you will find new advice to let users choose their own passwords freely, and not to force them to rotate unless there is reason to believe the password is compromised. To wit:




                                  Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.




                                  If the passwords are not difficult for users to remember, then wouldn't that go a long way to prevent them being written down?







                                  share|improve this answer














                                  share|improve this answer



                                  share|improve this answer








                                  edited Jul 5 at 7:35

























                                  answered Jul 3 at 20:45









                                  Douglas HeldDouglas Held

                                  2421 silver badge6 bronze badges




                                  2421 silver badge6 bronze badges







                                  • 7





                                    This is very bad advice. Forcing inclusion of specific characters reduces the entropy available from a given length of password. Meanwhile it doesn't help: humans have written out variant fonts to distinguish visually similar characters for as long as they have needed to. This just forces them to add a few extra dots or strokes to zeros and els.

                                    – Josiah
                                    Jul 4 at 8:47






                                  • 1





                                    If your answer were only to mention clear desk policy, I'd upvote it. But I can't upvote the rest of it.

                                    – James_pic
                                    Jul 4 at 12:40












                                  • 7





                                    This is very bad advice. Forcing inclusion of specific characters reduces the entropy available from a given length of password. Meanwhile it doesn't help: humans have written out variant fonts to distinguish visually similar characters for as long as they have needed to. This just forces them to add a few extra dots or strokes to zeros and els.

                                    – Josiah
                                    Jul 4 at 8:47






                                  • 1





                                    If your answer were only to mention clear desk policy, I'd upvote it. But I can't upvote the rest of it.

                                    – James_pic
                                    Jul 4 at 12:40







                                  7




                                  7





                                  This is very bad advice. Forcing inclusion of specific characters reduces the entropy available from a given length of password. Meanwhile it doesn't help: humans have written out variant fonts to distinguish visually similar characters for as long as they have needed to. This just forces them to add a few extra dots or strokes to zeros and els.

                                  – Josiah
                                  Jul 4 at 8:47





                                  This is very bad advice. Forcing inclusion of specific characters reduces the entropy available from a given length of password. Meanwhile it doesn't help: humans have written out variant fonts to distinguish visually similar characters for as long as they have needed to. This just forces them to add a few extra dots or strokes to zeros and els.

                                  – Josiah
                                  Jul 4 at 8:47




                                  1




                                  1





                                  If your answer were only to mention clear desk policy, I'd upvote it. But I can't upvote the rest of it.

                                  – James_pic
                                  Jul 4 at 12:40





                                  If your answer were only to mention clear desk policy, I'd upvote it. But I can't upvote the rest of it.

                                  – James_pic
                                  Jul 4 at 12:40











                                  0














                                  Make your passwords into non-textual ones. Like they can pick from a random set of images. Whatever is not easy to write down.
                                  Here is what Wikipedia has on it today:




                                  "Non-text-based passwords, such as graphical passwords or
                                  mouse-movement based passwords.[70] Graphical passwords are an
                                  alternative means of authentication for log-in intended to be used in
                                  place of conventional password; they use images, graphics or colours
                                  instead of letters, digits or special characters. One system requires
                                  users to select a series of faces as a password, utilizing the human
                                  brain's ability to recall faces easily.[71] In some implementations
                                  the user is required to pick from a series of images in the correct
                                  sequence in order to gain access.[72] Another graphical password
                                  solution creates a one-time password using a randomly generated grid
                                  of images. Each time the user is required to authenticate, they look
                                  for the images that fit their pre-chosen categories and enter the
                                  randomly generated alphanumeric character that appears in the image to
                                  form the one-time password.[73][74] So far, graphical passwords are
                                  promising, but are not widely used. Studies on this subject have been
                                  made to determine its usability in the real world. While some believe
                                  that graphical passwords would be harder to crack, others suggest that
                                  people will be just as likely to pick common images or sequences as
                                  they are to pick common passwords."



                                  Wikipedia contributors. "Password." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 25 Jun. 2019. Web. 5 Jul. 2019.




                                  For example if you used the faces method, you could use random stock images of people. So they can't just write down Steve from sales.
                                  If the images are very similar and just show a plain portrait. They can also not write down something like the woman with the red scarf or the guy with big ben in the background.






                                  share|improve this answer





























                                    0














                                    Make your passwords into non-textual ones. Like they can pick from a random set of images. Whatever is not easy to write down.
                                    Here is what Wikipedia has on it today:




                                    "Non-text-based passwords, such as graphical passwords or
                                    mouse-movement based passwords.[70] Graphical passwords are an
                                    alternative means of authentication for log-in intended to be used in
                                    place of conventional password; they use images, graphics or colours
                                    instead of letters, digits or special characters. One system requires
                                    users to select a series of faces as a password, utilizing the human
                                    brain's ability to recall faces easily.[71] In some implementations
                                    the user is required to pick from a series of images in the correct
                                    sequence in order to gain access.[72] Another graphical password
                                    solution creates a one-time password using a randomly generated grid
                                    of images. Each time the user is required to authenticate, they look
                                    for the images that fit their pre-chosen categories and enter the
                                    randomly generated alphanumeric character that appears in the image to
                                    form the one-time password.[73][74] So far, graphical passwords are
                                    promising, but are not widely used. Studies on this subject have been
                                    made to determine its usability in the real world. While some believe
                                    that graphical passwords would be harder to crack, others suggest that
                                    people will be just as likely to pick common images or sequences as
                                    they are to pick common passwords."



                                    Wikipedia contributors. "Password." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 25 Jun. 2019. Web. 5 Jul. 2019.




                                    For example if you used the faces method, you could use random stock images of people. So they can't just write down Steve from sales.
                                    If the images are very similar and just show a plain portrait. They can also not write down something like the woman with the red scarf or the guy with big ben in the background.






                                    share|improve this answer



























                                      0












                                      0








                                      0







                                      Make your passwords into non-textual ones. Like they can pick from a random set of images. Whatever is not easy to write down.
                                      Here is what Wikipedia has on it today:




                                      "Non-text-based passwords, such as graphical passwords or
                                      mouse-movement based passwords.[70] Graphical passwords are an
                                      alternative means of authentication for log-in intended to be used in
                                      place of conventional password; they use images, graphics or colours
                                      instead of letters, digits or special characters. One system requires
                                      users to select a series of faces as a password, utilizing the human
                                      brain's ability to recall faces easily.[71] In some implementations
                                      the user is required to pick from a series of images in the correct
                                      sequence in order to gain access.[72] Another graphical password
                                      solution creates a one-time password using a randomly generated grid
                                      of images. Each time the user is required to authenticate, they look
                                      for the images that fit their pre-chosen categories and enter the
                                      randomly generated alphanumeric character that appears in the image to
                                      form the one-time password.[73][74] So far, graphical passwords are
                                      promising, but are not widely used. Studies on this subject have been
                                      made to determine its usability in the real world. While some believe
                                      that graphical passwords would be harder to crack, others suggest that
                                      people will be just as likely to pick common images or sequences as
                                      they are to pick common passwords."



                                      Wikipedia contributors. "Password." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 25 Jun. 2019. Web. 5 Jul. 2019.




                                      For example if you used the faces method, you could use random stock images of people. So they can't just write down Steve from sales.
                                      If the images are very similar and just show a plain portrait. They can also not write down something like the woman with the red scarf or the guy with big ben in the background.






                                      share|improve this answer















                                      Make your passwords into non-textual ones. Like they can pick from a random set of images. Whatever is not easy to write down.
                                      Here is what Wikipedia has on it today:




                                      "Non-text-based passwords, such as graphical passwords or
                                      mouse-movement based passwords.[70] Graphical passwords are an
                                      alternative means of authentication for log-in intended to be used in
                                      place of conventional password; they use images, graphics or colours
                                      instead of letters, digits or special characters. One system requires
                                      users to select a series of faces as a password, utilizing the human
                                      brain's ability to recall faces easily.[71] In some implementations
                                      the user is required to pick from a series of images in the correct
                                      sequence in order to gain access.[72] Another graphical password
                                      solution creates a one-time password using a randomly generated grid
                                      of images. Each time the user is required to authenticate, they look
                                      for the images that fit their pre-chosen categories and enter the
                                      randomly generated alphanumeric character that appears in the image to
                                      form the one-time password.[73][74] So far, graphical passwords are
                                      promising, but are not widely used. Studies on this subject have been
                                      made to determine its usability in the real world. While some believe
                                      that graphical passwords would be harder to crack, others suggest that
                                      people will be just as likely to pick common images or sequences as
                                      they are to pick common passwords."



                                      Wikipedia contributors. "Password." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 25 Jun. 2019. Web. 5 Jul. 2019.




                                      For example if you used the faces method, you could use random stock images of people. So they can't just write down Steve from sales.
                                      If the images are very similar and just show a plain portrait. They can also not write down something like the woman with the red scarf or the guy with big ben in the background.







                                      share|improve this answer














                                      share|improve this answer



                                      share|improve this answer








                                      edited Jul 5 at 11:20

























                                      answered Jul 4 at 11:44









                                      sterossteros

                                      1253 bronze badges




                                      1253 bronze badges





















                                          -1














                                          Use certificates or device-based authentication. Yes, this doesn't answer your question straight, but provides a different approach to the problem.



                                          As pointed out by others, you can't enforce anything that will prevent a user to write their password down. So... my advice is to throw passwords.



                                          A certificate-based authentication system does not require passwords (rather, the private key may be password protected), and perhaps doesn't even allow to back up the private keys.



                                          Please take my answer as an inspiration. You have few choice. As one commented here, you can still cut the fingers from your employees, but I doubt they will be able to input the password that now they remember.






                                          share|improve this answer


















                                          • 1





                                            If the private key is password protected, then the user still has to remember or store a password, so all you've done is added complexity and moved the password prompt.

                                            – IMSoP
                                            Jul 4 at 16:19











                                          • @IMSoP Isn't reusing a key less risky than reusing passwords, though?

                                            – gerrit
                                            Jul 4 at 20:08











                                          • @gerrit But what's to stop people reusing a password for both their private key and, say, their personal GMail account? Users won't think about the difference, they'll just be asked to set or memorise a password.

                                            – IMSoP
                                            Jul 4 at 21:17















                                          -1














                                          Use certificates or device-based authentication. Yes, this doesn't answer your question straight, but provides a different approach to the problem.



                                          As pointed out by others, you can't enforce anything that will prevent a user to write their password down. So... my advice is to throw passwords.



                                          A certificate-based authentication system does not require passwords (rather, the private key may be password protected), and perhaps doesn't even allow to back up the private keys.



                                          Please take my answer as an inspiration. You have few choice. As one commented here, you can still cut the fingers from your employees, but I doubt they will be able to input the password that now they remember.






                                          share|improve this answer


















                                          • 1





                                            If the private key is password protected, then the user still has to remember or store a password, so all you've done is added complexity and moved the password prompt.

                                            – IMSoP
                                            Jul 4 at 16:19











                                          • @IMSoP Isn't reusing a key less risky than reusing passwords, though?

                                            – gerrit
                                            Jul 4 at 20:08











                                          • @gerrit But what's to stop people reusing a password for both their private key and, say, their personal GMail account? Users won't think about the difference, they'll just be asked to set or memorise a password.

                                            – IMSoP
                                            Jul 4 at 21:17













                                          -1












                                          -1








                                          -1







                                          Use certificates or device-based authentication. Yes, this doesn't answer your question straight, but provides a different approach to the problem.



                                          As pointed out by others, you can't enforce anything that will prevent a user to write their password down. So... my advice is to throw passwords.



                                          A certificate-based authentication system does not require passwords (rather, the private key may be password protected), and perhaps doesn't even allow to back up the private keys.



                                          Please take my answer as an inspiration. You have few choice. As one commented here, you can still cut the fingers from your employees, but I doubt they will be able to input the password that now they remember.






                                          share|improve this answer













                                          Use certificates or device-based authentication. Yes, this doesn't answer your question straight, but provides a different approach to the problem.



                                          As pointed out by others, you can't enforce anything that will prevent a user to write their password down. So... my advice is to throw passwords.



                                          A certificate-based authentication system does not require passwords (rather, the private key may be password protected), and perhaps doesn't even allow to back up the private keys.



                                          Please take my answer as an inspiration. You have few choice. As one commented here, you can still cut the fingers from your employees, but I doubt they will be able to input the password that now they remember.







                                          share|improve this answer












                                          share|improve this answer



                                          share|improve this answer










                                          answered Jul 4 at 14:48









                                          usr-local-ΕΨΗΕΛΩΝusr-local-ΕΨΗΕΛΩΝ

                                          2,0101 gold badge8 silver badges21 bronze badges




                                          2,0101 gold badge8 silver badges21 bronze badges







                                          • 1





                                            If the private key is password protected, then the user still has to remember or store a password, so all you've done is added complexity and moved the password prompt.

                                            – IMSoP
                                            Jul 4 at 16:19











                                          • @IMSoP Isn't reusing a key less risky than reusing passwords, though?

                                            – gerrit
                                            Jul 4 at 20:08











                                          • @gerrit But what's to stop people reusing a password for both their private key and, say, their personal GMail account? Users won't think about the difference, they'll just be asked to set or memorise a password.

                                            – IMSoP
                                            Jul 4 at 21:17












                                          • 1





                                            If the private key is password protected, then the user still has to remember or store a password, so all you've done is added complexity and moved the password prompt.

                                            – IMSoP
                                            Jul 4 at 16:19











                                          • @IMSoP Isn't reusing a key less risky than reusing passwords, though?

                                            – gerrit
                                            Jul 4 at 20:08











                                          • @gerrit But what's to stop people reusing a password for both their private key and, say, their personal GMail account? Users won't think about the difference, they'll just be asked to set or memorise a password.

                                            – IMSoP
                                            Jul 4 at 21:17







                                          1




                                          1





                                          If the private key is password protected, then the user still has to remember or store a password, so all you've done is added complexity and moved the password prompt.

                                          – IMSoP
                                          Jul 4 at 16:19





                                          If the private key is password protected, then the user still has to remember or store a password, so all you've done is added complexity and moved the password prompt.

                                          – IMSoP
                                          Jul 4 at 16:19













                                          @IMSoP Isn't reusing a key less risky than reusing passwords, though?

                                          – gerrit
                                          Jul 4 at 20:08





                                          @IMSoP Isn't reusing a key less risky than reusing passwords, though?

                                          – gerrit
                                          Jul 4 at 20:08













                                          @gerrit But what's to stop people reusing a password for both their private key and, say, their personal GMail account? Users won't think about the difference, they'll just be asked to set or memorise a password.

                                          – IMSoP
                                          Jul 4 at 21:17





                                          @gerrit But what's to stop people reusing a password for both their private key and, say, their personal GMail account? Users won't think about the difference, they'll just be asked to set or memorise a password.

                                          – IMSoP
                                          Jul 4 at 21:17











                                          -10














                                          Already been answered, but let me give another idea.



                                          Instead of trying to enforce something unenforceable (even attempting would be such an invasion of privacy)...



                                          Why don't you just stop it at the source and require the user to type (not copy) the password into the field. Yes, it can be disabled by messing with the HTML/JS, but that takes knowledge and, even if they have that knowledge, it's often more trouble than it's worth to just type the password.



                                          Autofill passwords are so convenient too but usually pose as much of a security risk unless you are in the habit of locking up your screen whenever you walk away.






                                          share|improve this answer




















                                          • 35





                                            Preventing pasting passwords into fields reduces security, as it makes using some password managers less effective, leading to users choosing easy to remember (i.e., short and re-used) passwords. This is currently regarded as an anti-pattern, directly going against current best practices that specifically say to allow pasting passwords. (pages.nist.gov/800-63-3/sp800-63b.html#sec5 about 3/4ths of the way through that section.)

                                            – Ghedipunk
                                            Jul 3 at 19:17






                                          • 9





                                            This advice has negative utility.

                                            – wizzwizz4
                                            Jul 3 at 22:42






                                          • 7





                                            It's good practice to require people to lock their screen whenever they walk away from their desk.

                                            – Christian
                                            Jul 4 at 8:06






                                          • 4





                                            I agree with @Ghedipunk, but there's more to it: it doesn't even achieve its goal! Your idea is to make it impossible to copy passwords, so people won't write them down. But they will! Writing it into a file isn't only done to have a very convenient way to insert it (which your idea prevents), it's also a way to ensure they'll remember it! So it still makes sense. People will also save the unencrypted .txt file in Dropbox, so they can also use it from home in case they need it. Or in Google Keep. Or they'll email it to themselves (maybe to a private address). Your idea doesn't prevent this!

                                            – Fabio Turati
                                            Jul 4 at 15:17















                                          -10














                                          Already been answered, but let me give another idea.



                                          Instead of trying to enforce something unenforceable (even attempting would be such an invasion of privacy)...



                                          Why don't you just stop it at the source and require the user to type (not copy) the password into the field. Yes, it can be disabled by messing with the HTML/JS, but that takes knowledge and, even if they have that knowledge, it's often more trouble than it's worth to just type the password.



                                          Autofill passwords are so convenient too but usually pose as much of a security risk unless you are in the habit of locking up your screen whenever you walk away.






                                          share|improve this answer




















                                          • 35





                                            Preventing pasting passwords into fields reduces security, as it makes using some password managers less effective, leading to users choosing easy to remember (i.e., short and re-used) passwords. This is currently regarded as an anti-pattern, directly going against current best practices that specifically say to allow pasting passwords. (pages.nist.gov/800-63-3/sp800-63b.html#sec5 about 3/4ths of the way through that section.)

                                            – Ghedipunk
                                            Jul 3 at 19:17






                                          • 9





                                            This advice has negative utility.

                                            – wizzwizz4
                                            Jul 3 at 22:42






                                          • 7





                                            It's good practice to require people to lock their screen whenever they walk away from their desk.

                                            – Christian
                                            Jul 4 at 8:06






                                          • 4





                                            I agree with @Ghedipunk, but there's more to it: it doesn't even achieve its goal! Your idea is to make it impossible to copy passwords, so people won't write them down. But they will! Writing it into a file isn't only done to have a very convenient way to insert it (which your idea prevents), it's also a way to ensure they'll remember it! So it still makes sense. People will also save the unencrypted .txt file in Dropbox, so they can also use it from home in case they need it. Or in Google Keep. Or they'll email it to themselves (maybe to a private address). Your idea doesn't prevent this!

                                            – Fabio Turati
                                            Jul 4 at 15:17













                                          -10












                                          -10








                                          -10







                                          Already been answered, but let me give another idea.



                                          Instead of trying to enforce something unenforceable (even attempting would be such an invasion of privacy)...



                                          Why don't you just stop it at the source and require the user to type (not copy) the password into the field. Yes, it can be disabled by messing with the HTML/JS, but that takes knowledge and, even if they have that knowledge, it's often more trouble than it's worth to just type the password.



                                          Autofill passwords are so convenient too but usually pose as much of a security risk unless you are in the habit of locking up your screen whenever you walk away.






                                          share|improve this answer















                                          Already been answered, but let me give another idea.



                                          Instead of trying to enforce something unenforceable (even attempting would be such an invasion of privacy)...



                                          Why don't you just stop it at the source and require the user to type (not copy) the password into the field. Yes, it can be disabled by messing with the HTML/JS, but that takes knowledge and, even if they have that knowledge, it's often more trouble than it's worth to just type the password.



                                          Autofill passwords are so convenient too but usually pose as much of a security risk unless you are in the habit of locking up your screen whenever you walk away.







                                          share|improve this answer














                                          share|improve this answer



                                          share|improve this answer








                                          edited Jul 3 at 20:14









                                          Kat

                                          1156 bronze badges




                                          1156 bronze badges










                                          answered Jul 3 at 19:06









                                          Phil MPhil M

                                          972 bronze badges




                                          972 bronze badges







                                          • 35





                                            Preventing pasting passwords into fields reduces security, as it makes using some password managers less effective, leading to users choosing easy to remember (i.e., short and re-used) passwords. This is currently regarded as an anti-pattern, directly going against current best practices that specifically say to allow pasting passwords. (pages.nist.gov/800-63-3/sp800-63b.html#sec5 about 3/4ths of the way through that section.)

                                            – Ghedipunk
                                            Jul 3 at 19:17






                                          • 9





                                            This advice has negative utility.

                                            – wizzwizz4
                                            Jul 3 at 22:42






                                          • 7





                                            It's good practice to require people to lock their screen whenever they walk away from their desk.

                                            – Christian
                                            Jul 4 at 8:06






                                          • 4





                                            I agree with @Ghedipunk, but there's more to it: it doesn't even achieve its goal! Your idea is to make it impossible to copy passwords, so people won't write them down. But they will! Writing it into a file isn't only done to have a very convenient way to insert it (which your idea prevents), it's also a way to ensure they'll remember it! So it still makes sense. People will also save the unencrypted .txt file in Dropbox, so they can also use it from home in case they need it. Or in Google Keep. Or they'll email it to themselves (maybe to a private address). Your idea doesn't prevent this!

                                            – Fabio Turati
                                            Jul 4 at 15:17












                                          • 35





                                            Preventing pasting passwords into fields reduces security, as it makes using some password managers less effective, leading to users choosing easy to remember (i.e., short and re-used) passwords. This is currently regarded as an anti-pattern, directly going against current best practices that specifically say to allow pasting passwords. (pages.nist.gov/800-63-3/sp800-63b.html#sec5 about 3/4ths of the way through that section.)

                                            – Ghedipunk
                                            Jul 3 at 19:17






                                          • 9





                                            This advice has negative utility.

                                            – wizzwizz4
                                            Jul 3 at 22:42






                                          • 7





                                            It's good practice to require people to lock their screen whenever they walk away from their desk.

                                            – Christian
                                            Jul 4 at 8:06






                                          • 4





                                            I agree with @Ghedipunk, but there's more to it: it doesn't even achieve its goal! Your idea is to make it impossible to copy passwords, so people won't write them down. But they will! Writing it into a file isn't only done to have a very convenient way to insert it (which your idea prevents), it's also a way to ensure they'll remember it! So it still makes sense. People will also save the unencrypted .txt file in Dropbox, so they can also use it from home in case they need it. Or in Google Keep. Or they'll email it to themselves (maybe to a private address). Your idea doesn't prevent this!

                                            – Fabio Turati
                                            Jul 4 at 15:17







                                          35




                                          35





                                          Preventing pasting passwords into fields reduces security, as it makes using some password managers less effective, leading to users choosing easy to remember (i.e., short and re-used) passwords. This is currently regarded as an anti-pattern, directly going against current best practices that specifically say to allow pasting passwords. (pages.nist.gov/800-63-3/sp800-63b.html#sec5 about 3/4ths of the way through that section.)

                                          – Ghedipunk
                                          Jul 3 at 19:17





                                          Preventing pasting passwords into fields reduces security, as it makes using some password managers less effective, leading to users choosing easy to remember (i.e., short and re-used) passwords. This is currently regarded as an anti-pattern, directly going against current best practices that specifically say to allow pasting passwords. (pages.nist.gov/800-63-3/sp800-63b.html#sec5 about 3/4ths of the way through that section.)

                                          – Ghedipunk
                                          Jul 3 at 19:17




                                          9




                                          9





                                          This advice has negative utility.

                                          – wizzwizz4
                                          Jul 3 at 22:42





                                          This advice has negative utility.

                                          – wizzwizz4
                                          Jul 3 at 22:42




                                          7




                                          7





                                          It's good practice to require people to lock their screen whenever they walk away from their desk.

                                          – Christian
                                          Jul 4 at 8:06





                                          It's good practice to require people to lock their screen whenever they walk away from their desk.

                                          – Christian
                                          Jul 4 at 8:06




                                          4




                                          4





                                          I agree with @Ghedipunk, but there's more to it: it doesn't even achieve its goal! Your idea is to make it impossible to copy passwords, so people won't write them down. But they will! Writing it into a file isn't only done to have a very convenient way to insert it (which your idea prevents), it's also a way to ensure they'll remember it! So it still makes sense. People will also save the unencrypted .txt file in Dropbox, so they can also use it from home in case they need it. Or in Google Keep. Or they'll email it to themselves (maybe to a private address). Your idea doesn't prevent this!

                                          – Fabio Turati
                                          Jul 4 at 15:17





                                          I agree with @Ghedipunk, but there's more to it: it doesn't even achieve its goal! Your idea is to make it impossible to copy passwords, so people won't write them down. But they will! Writing it into a file isn't only done to have a very convenient way to insert it (which your idea prevents), it's also a way to ensure they'll remember it! So it still makes sense. People will also save the unencrypted .txt file in Dropbox, so they can also use it from home in case they need it. Or in Google Keep. Or they'll email it to themselves (maybe to a private address). Your idea doesn't prevent this!

                                          – Fabio Turati
                                          Jul 4 at 15:17





                                          protected by Rory Alsop Jul 5 at 13:09



                                          Thank you for your interest in this question.
                                          Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                                          Would you like to answer one of these unanswered questions instead?



                                          Popular posts from this blog

                                          Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

                                          Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

                                          Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림