Earlier quoted context omitted.
Bruce Schneier's summarization [0] of NIST's revised recommendations: 1. Stop it with the annoying password complexity rules. They make passwords harder to remember. They increase errors because artificially complex passwords are harder to type in. And they don't help that much. It's better to allow people to use pass phrases. 2. Stop it with password expiration. That was an old idea for an old way we used computers.…
I agree with all of this except password managers. If you use a lot of different public computers or temporary work laptops they don’t always let you install LastPass, so I frequently ended up being unable to access my accounts.
49% of workers, forced to change passwords, reuse same one with minor change
161–170 of 316 posts
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#162Earlier quoted context omitted.
It would be really cool if you could plug your phone in and it appeared as a USB keyboard device and you could "type" the password from the password manager that way without ever giving the computer access to anything except that password. Maybe some sort of simple USB dongle (like a yubikey) could be fed by the phone via bluetooth or nfc to do this?
It would be even cooler if I could open an app on my phone, point it at a QR code on screen, and not have anything else bother me
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#163Re: 49% of workers, forced to change passwords, reuse same one with minor change
#164This should not be a surprise, as this supports the NIST's revised recommendations (from June 2017!) that passwords should not expire [0], because it actually leads to less-secure passwords for this exact reason. Furthermore, many corporate systems do not integrate well with password managers, such as when first logging in to your system in the morning. This means that the password is likely to be one of the few that…
Do the other 51% sincerely try to change their passwords? Or maybe they were too scared to report the truth :P
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#165Earlier quoted context omitted.
Until recently my HN password was all zeroes. It was accepted. That's fine. I don't care too much if I lose my account.
Ah, that explains some of the odd posts from you I’ve seen recently. Must be the “other guy” :)
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#166Earlier quoted context omitted.
Bruce Schneier's summarization [0] of NIST's revised recommendations: 1. Stop it with the annoying password complexity rules. They make passwords harder to remember. They increase errors because artificially complex passwords are harder to type in. And they don't help that much. It's better to allow people to use pass phrases. 2. Stop it with password expiration. That was an old idea for an old way we used computers.…
I agree with all of this except password managers. If you use a lot of different public computers or temporary work laptops they don’t always let you install LastPass, so I frequently ended up being unable to access my accounts.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#167Earlier quoted context omitted.
I agree with all of this except password managers. If you use a lot of different public computers or temporary work laptops they don’t always let you install LastPass, so I frequently ended up being unable to access my accounts.
You should never, ever, ever type a password on a public computer.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#168This should not be a surprise, as this supports the NIST's revised recommendations (from June 2017!) that passwords should not expire [0], because it actually leads to less-secure passwords for this exact reason. Furthermore, many corporate systems do not integrate well with password managers, such as when first logging in to your system in the morning. This means that the password is likely to be one of the few that…
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#169I'm not afraid or ashamed to admit that this is what I do. However, with that being said, I never reuse passwords. If my password on any given service (including work) actually did get hacked, I would change it to something dramatically different and that would be that.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#170Earlier quoted context omitted.
It would be really cool if you could plug your phone in and it appeared as a USB keyboard device and you could "type" the password from the password manager that way without ever giving the computer access to anything except that password. Maybe some sort of simple USB dongle (like a yubikey) could be fed by the phone via bluetooth or nfc to do this?
It would be even cooler if I could open an app on my phone, point it at a QR code on screen, and not have anything else bother me
Login would be:
* scan QR code, sees https:/ /megacorp.com/login?session=hexhexhex
* Password manager asks that you want to log in with account X.
* Negotiates with auth service
* Website recieves your confirmed token via websocket
* You're logged in.
And, of course, if you don't have an account, the password manager can get you started creating one.