That's exciting news, though it will take a couple of years until it trickles down to financial institutions. My bank forces me to change passwords every 3 months, and of course they also disable pasting for added security. We also have a local utility that sends you a 5 letter password upon account creation through email, and that's your password. If you try to change it, they'll send you another 5 letter one.
Bank programmers live at least 5 years in the past.
Password expiration is dead, long live passwords
71–80 of 316 posts
Re: Password expiration is dead, long live passwords
#72Earlier quoted context omitted.
How are you implementing these checks? I'm using Active Directory and options for extra password checks are somewhat limited.
Microsoft has a pwnedpasswords-like service you can use: https://docs.microsoft.com/en-us/azure/active-directory/auth...
Re: Password expiration is dead, long live passwords
#73Earlier quoted context omitted.
Not sure about the legality of this, but trying to log in to a a couple of services would be an easy test.
A secure service wouldn't have an easy way of getting at a user's password. They'd store the salted hash of a user's password, and not the password itself.
Re: Password expiration is dead, long live passwords
#74Nice. So how many years will it take until someone realizes that asking users to include specific character classes actually decreases password security too? What I mean is that if you ask your users for a password that includes lower-case letters, upper-case letters, numbers and special characters you will probably end up with something like 'Password123!'. Instead, we could ask our users for reasonably complex pass…
Re: Password expiration is dead, long live passwords
#75Re: Password expiration is dead, long live passwords
#76Earlier quoted context omitted.
The real problem? People introduce password expiration to improve security, but the means of producing a new unexpired password after being locked out is less secure than the password itself creating a net loss in security.
How did this idea of expiring passwords arise in the first place? Misguided intuition or did the infosec people back then just get it wrong?
Re: Password expiration is dead, long live passwords
#77When forced to do this I will use something like "B@s3P@ssw0rd1" then "B@s3P@ssw0rd2", "B@s3P@ssw0rd3" etc.
Re: Password expiration is dead, long live passwords
#78Nice. So how many years will it take until someone realizes that asking users to include specific character classes actually decreases password security too? What I mean is that if you ask your users for a password that includes lower-case letters, upper-case letters, numbers and special characters you will probably end up with something like 'Password123!'. Instead, we could ask our users for reasonably complex pass…
for any password that requires capitals and numbers I always start it with the capital and end with the number to make it easier for me to remember.
Re: Password expiration is dead, long live passwords
#79It's dangerous as having password stored in plain text as answers to the security questions can potentially unlock many other accounts.
I highly suggest everyone answers each of them with a unique answer.
Re: Password expiration is dead, long live passwords
#80I still expire passwords on a yearly basis for the sole reason that users have complained to me that it stops them from using the password they use for everything else.
I came here to say this. I can't think of another way to guarantee that they aren't using the same password that they use on every website they've visited since 1997. If anyone has suggestions on this I'd love to hear it.
Personally, I reuse a simple password for very non-important services and it's very convenient. I think that's ok, or at the very least I should be able to choose to.