Skip to content

A Python-based tool to assess the strength of passwords using key security criteria and provide actionable feedback to enhance password strength.

Notifications You must be signed in to change notification settings

Mikaxial/Password-Complexity-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Password Complexity Checker

A Python tool to assess the strength of a password based on key security criteria. The tool evaluates passwords for:

  • Length
  • Presence of uppercase and lowercase letters
  • Inclusion of numbers
  • Usage of special characters

The program provides users with feedback on the strength of their passwords and offers suggestions for improvement.

Features

  • Analyzes password complexity based on standard security practices.
  • Provides a clear rating (e.g., weak, moderate, strong).
  • Offers detailed feedback to help users create stronger passwords.
  • Easy to use with minimal dependencies.

Examples

Pass_Complex_Checker

About

A Python-based tool to assess the strength of passwords using key security criteria and provide actionable feedback to enhance password strength.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages