Where to find a list of bad passwords?
Posted
by Steve Morgan
on Server Fault
See other posts from Server Fault
or by Steve Morgan
Published on 2009-11-19T20:39:40Z
Indexed on
2010/04/26
16:14 UTC
Read the original article
Hit count: 298
I need to implement a 'stop list' to prevent users selecting common passwords in a new online service.
Can anyone point me to such a list online anywhere?
Edited: Note that I'm only trying to eliminate the most common passwords, not an exhaustive dictionary. And, of course, this complements a reasonably strong password policy (length, use of non-alpha characters, etc.)
Thanks.
© Server Fault or respective owner