Y
Hacker News
new
|
ask
|
show
|
jobs
by
cpeterso
2112 days ago
You could make the minimum password length longer than the longest SecList password. Then users can’t reuse any of those insecure passwords! Plus it’s also a fast O(1) check. :)
1 comments
IshKebab
2111 days ago
Yeah that's at least 12 characters though. Quite annoying.
link
afiori
2111 days ago
It is very easy to get long passwords, just double them
link
cpeterso
2111 days ago
Or just append a long number like "password12345" (13 characters).
link