Skip to content

mickeypatil/secure-password-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Password Complexity Checker

This is a simple Python script that checks whether a password meets standard security requirements. It evaluates password strength based on common cybersecurity guidelines and uses colored terminal output to clearly indicate which criteria are met or missing.

πŸ“‹ Features

  • βœ… Checks if password is at least 12 characters long
  • βœ… Verifies the presence of:
    • At least one uppercase letter
    • At least one lowercase letter
    • At least one digit
    • At least one special character (e.g. !@#$%^&*)
  • βœ… Uses colored output to make results easy to read (green = passed, red = failed)

πŸ’» Requirements

  • Python 3.x
  • termcolor library

Install termcolor using pip:

pip install termcolor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages