Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Om4513/Password-Strength-Checker

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

test-repo

My First Time Awesome Project !

Password Strength Checker πŸ”

The Password Strength Checker is a Python script designed to help users create strong and secure passwords. It evaluates a password based on multiple security factors and categorizes it as Weak, Medium, or Strong.

πŸ›  How It Works

  • The script prompts the user to enter a password securely using getpass, which hides the input.
  • It checks whether the password meets the following security requirements:
    • Minimum length of 8 characters
    • At least one uppercase letter (A-Z)
    • At least one lowercase letter (a-z)
    • At least one digit (0-9)
    • At least one special character (!@#$%^& etc.)*
  • Based on these conditions, the password is classified as:
    • Weak ❌ – If it lacks essential security elements.
    • Medium ⚠️ – If it meets some but not all criteria.
    • Strong βœ… – If it meets all the security requirements.

πŸ“Œ Example Output

Enter your password: ******** Password Strength Analysis: Strong Password βœ…

Enter your password: ******** Password Strength Analysis: Medium Password ⚠️ (Consider adding a special character or number)

Enter your password: ******** Password Strength Analysis: Weak Password ❌ (Try adding uppercase, digits, and special characters)

πŸ”’ Why Use This?

  • Helps users create strong passwords to enhance cybersecurity.
  • Prevents weak passwords that are easy to guess or crack.
  • Uses getpass for secure password input without displaying it on the screen.

πŸš€ How to Run

  1. Clone the repository
    git clone <your-repository-url>
    cd <your-repository-name>
  2. Run the script bash

python Password_Checker1.py 3. Enter your password when prompted. 4. View the password strength analysis.

πŸ“œ Requirements Python 3.x getpass (built-in) re (built-in)

πŸ“œ License This project is open-source and available under the MIT License.

About

My First Time Awesome Project !.....A Python-based Password Strength Checker that analyzes password security and provides suggestions to improve strength. πŸš€πŸ”’

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.