Password Strength Auditor

  • Cybersecurity
  • Python

A defensive security utility that evaluates password strength through entropy calculation, character-class analysis, and lookups against known common-password lists. Includes a secure password generator and clear recommendations, packaged as both a CLI tool and an importable module.

Related Projects

Network Port Scanner

A multi-threaded TCP port scanner built in Python with service detection and clean CLI reports.

Log File Analyzer

Automation script that parses web server logs to surface suspicious activity, failed logins, and traffic patterns.