Skip to content

vitalibraude/Password-Strength-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordStrengthChecker

A simple yet extensible password strength checker in Python. This project demonstrates how to structure a Python application with reusable modules, unit tests, documentation, and logging.

Features

  • Configurable rules defined in config/config.json
  • Modular checks for length, digits, uppercase letters and more
  • Blacklist support
  • Logging of password evaluation results
  • Unit tests with pytest

Usage

python main.py

You will be prompted to enter a password and will receive feedback along with suggestions for improvement.

See docs/ for more details on how the project works and its structure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages