[eluser]Unknown[/eluser]
Hi. I'm midway through writing my own code to do this, but to save reinventing the wheel, does anyone already know anything that'll take a password as an argument and specifically:
- reject it if it contains consecutive or incremental numbers (123456,654321,1111111 etc.)
- reject it if it's far too common (password,letmein,8characters,trustno1,passw0rd etc.) as according to the "worst password" lists that are published periodically
Not so bothered about scoring a password for strength, rating it as weak/strong etc. given how subjective and controversial that gets, just want to weed out the bad ones.
Thanks.