Hacker News new | ask | show | jobs
by jjp 3612 days ago
> I am a bit shocked, that they want to keep old passwords.

Presumably that is required to stop simple password rotation of Password1, Password2, Passsword1

> why brother with the ones that doesn't work?

That's going to depend what the attack is against. If it's a consumer facing web site then you're probably right and the attacker will move right along unless it's a high profile account (Zuckerberg et al). If it's an internal system then attack is probably more interested in named accounts/roles and spending a few seconds to workout whether the password is an easily decipherable sequence will quickly pay off.

1 comments

True in some points. Password rotation is bad. But isn't it better to rotate a bad password than keeping a bad password?

Furthermore if you have a internal system, the administrator should enforce certainly password conditions. They could even forbid the use of old passwords...

One common criterion for a 'bad password' is a password that is already contained in a rainbow table or is easily generated upon creation of a new rainbow table.

If the current password is in the table, how long it has been in use doesn't matter.

Rotating passwords mostly addresses an internal workplace issue of sharing passwords between coworkers. That's a symptom of security culture problems and probably more deeply operational organization problems => why don't people have access to the tools they need when they need them?