A secure, single-file password generator that runs 100% in your browser. Works offline (just open the file) and online (host it anywhere). No server, no tracking.
Live: https://devs-foundation.github.io/password-generator/
- 🔒 Cryptographically secure randomness — uses
crypto.getRandomValues, neverMath.random - No modulo bias (rejection sampling)
- Length 8–64; lowercase / UPPERCASE / digits / symbols; option to avoid ambiguous (
I l 1 O 0) - Guarantees at least one of each selected type + secure shuffle (Fisher–Yates)
- Strength meter (entropy in bits) · one-click copy
- 6-language interface (EN · PT · ES · FR · DE · ZH)
- Zero server, zero tracking — everything runs on your device
Offline: download index.html and open it in any browser. No install, no internet needed.
Online: it is a single static file — drop it on any host and it just works.
Public Domain (The Unlicense) — free to use, adapt, and build upon.
Built by the Dev's Foundation team · https://devs.foundation
