Something related that's barely touched in the post: Bad UX is potential security vulnerability. If your system behaves in unreasonable ways, users are much less likely to notice when it behaves in a slightly different unreasonable way, this time because of a spoofing/phishing, etc. The obvious example: if your system frequently asks for passwords, re-entering passwords becomes a habit (read system one from "thinking…
Frequent reauth doesn't make you more secure
331–340 of 539 posts
Re: Frequent reauth doesn't make you more secure
#332Earlier quoted context omitted.
Does anyone not add the year & month of the last password change to the end of their password? E.g. PascalCasePassphraseGoesHere2025-06, then at the next required change in (for example) 6 months: PascalCasePassphraseGoesHere2026-01. It almost certainly fits the inane "letter, number, and special character" requirements they probably have, complies with "different from your last X passwords", and is easy to keep trac…
I’ve personally experienced the password change require that “more than X characters be different than the old password”
Re: Frequent reauth doesn't make you more secure
#333Earlier quoted context omitted.
> If the password length is 12 to 15 characters, it will be valid for 180 days > If the password length is 16 to 32 characters, it will be valid for 365 days Madness.
I'm a big fan of "should not include profanity, words of a vulgar nature". It's not unthinkable my password manager comes up with a chain of letters that at one point will include "fuck".
Re: Frequent reauth doesn't make you more secure
#334Forced password rotation and expiry seems the bigger problem; given that it causes people to get locked out so often, (e.g. if pw expires when on holiday), — often then requiring travelling to IT, or at least a few hours trying to get IT on the phone to reset, or chasing up colleagues who aren't locked out to get in touch with IT. Many (most?) companies still do it, despite it now not being recommended by NIST: > Ver…
Re: Frequent reauth doesn't make you more secure
#335Earlier quoted context omitted.
Doesn't enforcing this require storing the password in cleartext somewhere, which is a much more dangerous concept to begin with?
Similarly of new vs current password is simple enough by just requiring the current password as part of the password change call. Which is a good idea anyway so someone can't just walk up and change your password if you forget to lock things over lunch. Similarly vs older passwords is what would be an issue.
Which isn't unheard of, though it's been years since I've seen it.
Re: Frequent reauth doesn't make you more secure
#336Earlier quoted context omitted.
In the corporate space you should move away from passwords entirely. Smart cards have had pretty solid ecosystem support for the past two decades thanks to the U.S. Government and HSPD-12, and now we’ve got technologies like webauthn that make passwordless authentication even easier.
And require smart card, reader, drivers etc... nah
Re: Frequent reauth doesn't make you more secure
#337Earlier quoted context omitted.
I just let the keyring roll a completely new password. For some reason, all of my employers do require this insanity, but not on the one password I have to actually type.
I once had an employer that required us to use passworded SSH, and disallowed SSH keys, because they couldn't enforce that the SSH keys were passphrase protected, so just turned that option off. They said it was a PCI requirement, or something.
Re: Frequent reauth doesn't make you more secure
#338Re: Frequent reauth doesn't make you more secure
#339Earlier quoted context omitted.
Password similarity rule was not enforced ?
Doesn't enforcing this require storing the password in cleartext somewhere, which is a much more dangerous concept to begin with?
Re: Frequent reauth doesn't make you more secure
#340I just can't stand email OTP. Before we had passwords, now we have passwords + email OTP. And doesn't matter if you forgot password - you will receive password reset to the same email. You already prove email ownership by resetting or using password - why sending another useless "security token" to the same email. Pure nonsense. Whoever designs all of this clearly has little idea of what they are doing :(
I'm confused by this comment. Can you clarify exactly which poor design flow you're talking about?
2. Forget password -> get email for new password -> input username/new password -> get email otp code.
The only actual security factor here is your [email, email password], everything else is just silly rigamarole.