Check a list of passwords strength
- by user144705
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?