Skip to content

cpt-nemo2/Password-Strength-Checker-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Password Strength Checker

Description

A Python-based tool that evaluates password strength using multiple security criteria.

Features

  • Length validation
  • Character diversity check
  • Detection of common weak passwords
  • Strength rating (Weak / Medium / Strong)

Technologies Used

  • Python
  • Regex

How It Works

The program analyzes the password against predefined security rules and assigns a score.

Installation

git clone https://github.com/yourusername/password-checker
cd password-checker
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors