Password Generator (Web Tool), a client-side password generator with adjustable length, character sets, ambiguity filters, entropy & crack-time estimates, and one-click copy. Lightweight, dependency-free, and scoped styles.
See the Pen Password Generator by Dini Murti (@Dini-Murti-the-selector) on CodePen.
Password Generator Tool is a lightweight web app I built to showcase browser-based interactive utilities. It helps users generate strong, customizable passwords with instant strength feedback, making it easier to create secure credentials without relying on external services.
Features
- Adjustable password length (6–64 characters)
- Options for lowercase, uppercase, digits, and symbols
- Advanced filters: exclude ambiguous/similar characters, avoid repeats
- Custom character set, plus optional prefix and suffix
- Real-time metrics: strength label, entropy bits, and crack-time estimate
- Copy and reveal/hide buttons for quick use
- Runs entirely in the browser, no data uploads
Tech Highlights
- Built with HTML, CSS, and vanilla JavaScript
- Scoped styling to prevent theme conflicts
- Simple responsive layout using CSS grid and flexbox
- Zero external libraries for maximum performance and portability


