this post was submitted on 20 Aug 2024
607 points (98.9% liked)

Cybersecurity - Memes

3273 readers
90 users here now

Only the hottest memes in Cybersecurity

founded 2 years ago
MODERATORS
 

This practice is not recommended anymore, yet still found in many enterprises.

you are viewing a single comment's thread
view the rest of the comments
[–] Sibbo@sopuli.xyz 2 points 1 year ago (2 children)

Any source about why changing a password regularly is not recommended?

[–] cron@feddit.org 20 points 1 year ago

The most prominent source is NIST, which states:

Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator. (source)

I found an explanation on a different site:

It’s difficult enough to remember one good password a year. And since users often have numerous passwords to remember already, they often resort to changing their passwords in predictable patterns, such as adding a single character to the end of their last password or replacing a letter with a symbol that looks like it (such as $ instead of S).

[–] Fatcat560@discuss.tchncs.de 8 points 1 year ago

NIST seems to have it as a guideline for memorised secrets:

Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.