passwd is a privacy-focused, fully client-side password generator — nothing is sent anywhere, and randomness comes from the browser's Web Crypto API.
Highlights:
- Configurable length (4–64) with independent toggles for uppercase, lowercase, numbers, and symbols, plus lookalike exclusion.
- Entropy-based strength meter, local-only copy/hide/regenerate.
- Static site, safe to host on GitHub Pages — no backend, accounts, or analytics.