Skip to content

chodonne/password_strength_checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

How To Use

Takes a text file, filters out the password, checks how complex.

Expect to have to adjust the parsing.

python password_checker.py file1 file2 file3

Uses the delimiter : unless specified with --dl

python password_checker.py file1 --dl '|'

Output will be the lines which have 3/4 or 4/4 complexity parameters.

About

Quick and dirty regex to check if password complexity requirements are met in specified text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%