Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 11
    "Note that in practice it usually isn't possible to detect (audit) if a password is actually different, only that it was changed/reset." You can enforce that when setting a new password if you still keep the hashes+salts of older passwords around. That way you can check a new password if it also matches any of the old ones and reject it in that case. But retroactively it would of course not be possible to check that without knowing the clear text password, even with the hashes+salts. Commented Feb 18, 2025 at 11:55
  • 1
    I'm a little unsure what you are asserting in the first sentence. If you are subject to audits based on NIST standards, then you would be flagged for not following the NIST standards. I'm not following why that's 'academic'. Commented Feb 20, 2025 at 15:46
  • What standard requires that service accounts change their passwords? Commented Mar 13, 2025 at 15:15