Skip to content

Devs-Foundation/password-generator

Repository files navigation

🌐 English · Português · Español · Français · Deutsch · 中文

Password Generator — Dev's Foundation

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.

Password Generator — Dev's Foundation

Live: https://devs-foundation.github.io/password-generator/

Features

  • 🔒 Cryptographically secure randomness — uses crypto.getRandomValues, never Math.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

How to use

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.

License

Public Domain (The Unlicense) — free to use, adapt, and build upon.


Built by the Dev's Foundation team · https://devs.foundation

About

Password Generator — a secure, single-file password generator that runs 100% in your browser. Offline-capable, no server, no tracking.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages