top of page
Password Scanner
A browser-based password security scanner built from my original Python terminal application. Enter a password to test it against five common security requirements and receive an instant security score and strength rating.
-
Checks password length, uppercase letters, lowercase letters, numbers, and special characters
-
Calculates an overall security score based on the five requirements
-
Provides Weak, Medium, or Strong strength ratings
-
Interactive browser-based interface with real-time password analysis
-
Passwords are analyzed locally in your browser and are not stored or transmitted
Originally created as a Python project to practice programming fundamentals, this version was rebuilt in JavaScript as an interactive web application.
bottom of page
