This 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…
"This 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." THIS. 10 Times This. Would somebody be so kind to tell this to the eRA Commons website maintainer of the NIH? And when you are one it, please tell eBay I don't want to change my PW if they think someone el…
49% of workers, forced to change passwords, reuse same one with minor change
261–270 of 316 posts
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#262Earlier quoted context omitted.
To me, there's an irony in that "Zaphod Beeblebrox's kite harasses Tuscon." is not only _more_ memorable on it's own, but is probably a _better_ password than "ZBw3hHg1tFWdhdt?Hoh2hXcrZmn" Stop using passwords, just use a "pass sentence." My last few passwords at my previous employer: "Tim, bring me chicken #15" "Mary, stop looking at me!" "Nothing you can do about 2!" "The coffee here is gross." Seriously.
There's absolutely no way a five word password is better than 32 random characters. Two plain old random words, the entropy of that is less than 16 bits each, but we'll round up. One of the biggest cities in the US is probably even less useful, but let's credit it for 16 bits. And let's rate Zaphod Beeblebrox as one-in-a-million for entropy purposes. That's 68 bits. It's somewhere between 11 and 12 random alphanumeri…
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#263Earlier quoted context omitted.
This is true, PCI DSS still requires password expiry. The trick is figuring out the boundary of the systems that are subject to PCI.
I think we have it for one of the ISO compliances, too.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#264Earlier quoted context omitted.
No you still need a password, which also makes it insecure on a public computer (where keyloggers might be installed). Instead, the better solution would be, you point your phone to a QR code on the computer screen, press “confirm”, the computer is magically logged in, until you then press “log out” on your phone and the computer is logged out.
If an attacker has root on a public computer, a QR code is easily hackable as well: just man in the middle the scan process. So while you are logged in, the attacker can do anything they want.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#265Earlier quoted context omitted.
This is true, PCI DSS still requires password expiry. The trick is figuring out the boundary of the systems that are subject to PCI.
> This is true, PCI DSS still requires password expiry. We’ve been using a compensating control of “our password policy is exactly NIST SP 800-63B (2017) plus two more characters in Min length” for our PCI audits since the revision was published in 2017. It’s been accepted three times so far.
If you spend an hour a month on something that's required by policy and in your opinion shouldn't be, then six hours invested finding the person who sets that policy and explaining why it's a terrible idea may free up net six extra hours of your life within a year.
That story where the guy comes down a mountain with a stone tablet with Ten Commandments carved into it is (a) a myth and (b) no kind of a way to set effective policy. People can't even agree on what his Ten Commandments were, let alone on following them.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#266Earlier quoted context omitted.
> This is true, PCI DSS still requires password expiry. We’ve been using a compensating control of “our password policy is exactly NIST SP 800-63B (2017) plus two more characters in Min length” for our PCI audits since the revision was published in 2017. It’s been accepted three times so far.
As always with PCI, it depends on your auditor.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#267Earlier quoted context omitted.
I think he means that a password manager (PM) renders the other two points moot. Password expiry? No problem - my PM generates a new one easily. Complex rules? No problem - my PM will follow any rules you like. My response is that not everyone uses a PM, so the other two points are not moot. Also, FWIW, I find myself rather uneasy about using a PM, so the other two points aren't moot, at least for me. "One password t…
Sorry but I don’t understand how I’d use a password manager to unlock my computer. This password is for my active directory account and I hate that it expires every three months.
Newer Windows AD builds have FIDO2 support, so on shiny new computers you _could_ unlock "your" computer (one you've logged into recently) with a FIDO2 USB key, or a fingerprint reader. That's a much nicer way to unlock a computer you use all the time, while not discouraging you from using a nice long password that bad guys would need to guess or steal to get in from a different machine.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#268Earlier quoted context omitted.
> This is true, PCI DSS still requires password expiry. We’ve been using a compensating control of “our password policy is exactly NIST SP 800-63B (2017) plus two more characters in Min length” for our PCI audits since the revision was published in 2017. It’s been accepted three times so far.
As always with PCI, it depends on your auditor.
I hope forced expiry will be gone from next PCI revision anyway.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#269It has became a monthly ritual to reset them all when I got back from holiday as I have forgotten them after 2 weeks away.
I tried various password managers and they all suck to some degree.
Re: 49% of workers, forced to change passwords, reuse same one with minor change
#270Earlier quoted context omitted.
Which is why at a previous employer, everyone just stuffed all of it in a spreadsheet, with expiry dates, and last logged in times.
That actually sounds pretty secure, if the computer had a reasonable password and FDE you've just implemented a hacky password manager. Even without FDE you're better than anyone who writes it down on a sticky or uses something trivial. Unless they're using Excel functions to generate password{n++} . That'd be clever and yet horrid at the same time.