Password strength analyzer — entropy, regex, HaveIBeenPwned (Python CLI)
A command-line tool that rigorously evaluates password strength without ever transmitting the password in plain text. Built as a security-focused personal project to explore Python's regex engine, entropy math, and privacy-preserving API design.
The tool runs interactively in the terminal, masks input at the prompt, and produces a full structured report in one pass.
# No install needed — stdlib only (requests optional for HIBP)
python password_checker.py