Skip to content

Pradeepbeleri/secure-password-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

secure-password-analyzer

This is a simple Python command-line project that checks how strong a password is based on basic security rules. The goal of this project is to understand password validation and improve awareness of secure password practices.

Features

  • Minimum length check (8+ characters)
  • Uppercase and lowercase validation
  • Digit detection
  • Special character detection
  • Password strength score (0–100)
  • Suggestions to improve weak passwords

How to Run the Program Make sure Python is installed on your system Open a terminal or command prompt Run the following command: python main.py

The password input will be hidden for security purposes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages