Hacker News new | ask | show | jobs
by snowwrestler 1649 days ago
Password rotation still makes technical sense today. The benefit is that it limits the utility of stolen credentials.

That’s basically all an MFA token is: a rapidly rotating second password. In fact the widespread availability of MFA options is one reason memorized passwords don’t need to rotate anymore. Just implement MFA instead.

Another reason is that forced rotation of memorized passwords gives users an incentive to create passwords that are simpler, and therefore easier to steal in the first place. So the technical advantage was nullified by a human factors disadvantage.