Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Password Strength Checker (Python)

Overview

This project is a basic password strength validation tool built using Python.
It evaluates password security based on industry best practices.

Features

  • Minimum length validation
  • Uppercase & lowercase detection
  • Number validation
  • Special character detection
  • Strength classification (Weak / Medium / Strong)
  • Security improvement suggestions

Technologies Used

  • Python 3
  • Regular Expressions (re module)

How to Run

python3 password_checker.py
  
  
  ## πŸ‘¨β€πŸ’» Author
Sheikh Iftekharul Islam  
BSc in Information Technology  
Aspiring SOC Analyst

About

Basic Python-based password strength validation tool implementing secure password policy checks.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages