A fast, client-side tool to instantly test your password strength. It evaluates complexity, length, and character diversity in real-time to give you immediate feedback on credential security.
🌐 Live Site: passly.pages.dev
- Instant Strength Testing: Type any password to instantly check its security tier.
- Visual Feedback: Dynamic color-coded interface changes based on how weak or strong the password is.
- Total Privacy: 100% client-side logic. Your inputs are never sent to a server, tracked, or saved.
Passly/
├── index.html # Main user interface
├── script.js # Password analysis and feedback logic
├── style.css # Core design and styling layout
└── LICENSE # MIT License