Password Generator

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

One comment

  1. Interesting to see your custom password generator built with plain HTML, CSS and JS. For those who need a quick way to generate strong passwords, I often use the Password Generator by Tool****. It lets you customize the length and character sets (uppercase, lowercase, numbers, symbols) and runs entirely in the browser without external dependencies. It might be useful for generating secure credentials quickly.

Leave a Reply

Your email address will not be published. Required fields are marked *