When prompted to update their passwords after they've become stale (whether that's after 30, 60, 90 days — whatever is implemented by policy), many users simply increment the number that they may have been forced to add by the password policy.
I'm interested to know just how prevalent this practice is — not necessarily who's actually doing it.
Systems already keep a (hashed) password history to prevent immediate reuse. How bad would it be if I were to also keep a history of the ASCII sum of the plaintext and observe if that sum is incremented when the password is changed?