I'm building a secure login for a client and would like to check a new users password against a list of weak passwords. If that password exists on the list, I want to ask them to choose another.
The problem is, where can I find such a list. I'm aware that PHP has a crack function but my host (for my client) doesn't have that module compiled - so I guess I gotta build my own.
Any idea where I can find one?
Thanks,
KABOOM!