Skip to content

yusuffcanlii/Password-Analyzer-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”’ Password Strength Analyzer (Python Security Tool)

A cybersecurity tool developed in Python to analyze password complexity and prevent weak credentials.

๐Ÿ›ก๏ธ Features

  • Real-time Analysis: Checks passwords against 5 key security criteria.
  • Regex Implementation: Uses Regular Expressions for pattern matching.
  • Scoring System: Calculates a security score (0-100).

๐Ÿ’ป Criteria Checked

  1. Length (>8 characters)
  2. Uppercase Letters
  3. Lowercase Letters
  4. Numbers
  5. Special Characters (!@#$...)

About

Cybersecurity utility script to analyze password strength and complexity using Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages