Open daviddavo opened 2 years ago
I made a branch for this since I'm interested in the same feature. A few thoughts:
In all technicality old passwords don't get less secure. In fact, NIST doesn't recommend rotating strong passwords anymore. If you want a certain account to "age" just set an expiration date for it. However, if you are using a long, complex password (15+ chars) then there is no sense in aging it out.
Passwords with lenght of 9 were considered secure 20 years ago, now they can be cracked within seconds. Theres no reason not to add a password age feature to more easily manage security. Especially in a business environment where such stuff need to be more secure.
@nevaran For this situation, you can add the "password strength" column to the main view and sort using that.
Perhaps saying that your password is less healthy just because it's old is not a good feature and is not recommended, but I still think adding a "modified password" date column would be useful.
Perhaps your DB got leaked (or you used your browser's password manager) and you want to rotate all passwords created before that date.
That's #9108
@nevaran For this situation, you can add the "password strength" column to the main view and sort using that.
It was just an example but its more in the case of "its old now and should be replaced" as per regulations and cybersecurity directives
Summary
Even if you didn't put an expiration date on a password, it would be nice to include on the health check passwords that have not been changed in over 2 years (for example, perhaps this could be customized)
Examples
Weak password
Password has expired
Context
I have a lot of old passwords without an expiration date