Check a list of passwords strength

Posted by user144705 on Server Fault See other posts from Server Fault or by user144705
Published on 2012-11-08T22:01:53Z Indexed on 2012/11/08 23:03 UTC
Read the original article Hit count: 227

Is there any way to check a list of passwords whether they strong or not?

I have a list of passwords, around 2000, and want to check them against this policy

  • Password must contain a minimum of eight (8) characters
  • Password must contain at least one letter
  • Password must contain at least one number
  • Password must contain at least one punctuation character

And count how many compliant with that policy before we save them.

Is there any tool, script or maybe rules in excel to do this instead of doing it manually?

Could you please help me?

© Server Fault or respective owner

Related posts about scripting

Related posts about shell-scripting