Skip to content

Nishith3903/PRODIGY_CS_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PRODIGY_CS_03

Task03 of CyberSecurity Internship @Prodigy Infotech

Password Complexity Checker Build a tool that assesses the strength of a password based on criteria such as length, presence of uppercase and lowercase letters, numbers, and special characters. Provide feedback to users on the password's strength.

Here's a simple Python code for a Password Complexity Checker. This code defines a function 'check_password_complexity' that takes a password as input and checks its complexity based on length, uppercase and lowercase letters, digits, and special characters. The 'main' function gets user input for a password and prints the result of the complexity check.

About

Implementation of Password Complexity Checker Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages