Skip to content

Asfalis95/password-strength-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

password-strength-checker

Python Program to check password strength

Python program to check the strength of password. Following are the criteria for checking the password

• At least 1 letter between [a-z]

• At least 1 number between [0-9]

• At least 1 letter between [A-Z]

• At least 1 character from [$#@]

• Minimum length of password: 6

• Maximum length of password: 12

• Every password must begin with an alphabet.

About

Python Program to check password strength

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%