|
|
|
|
|
by kazinator
3032 days ago
|
|
> If they were randomly generated and of sufficient length, yes. What does that buy you, if they are in plain text? (Well, randomness quasi-guarantees that they are not re-used; I covered that.) If we have passwords in plain text, issues about length related to cracking hashes is moot; the cracking that still matters is someone guessing at the login prompt, where we can lock out accounts after N attempts. |
|
Nothing. That's why I was agreeing with you for that subset.
But N may be smaller than you might think, when frequency data is also supplied by the API.
https://gist.github.com/roycewilliams/60b77640a962125b04ae67...