🔒 Password Generator

About Password Generator

Password Generator is a free, browser-based utility for creating strong passwords, PINs and passphrases.

What it provides

A set of focused tools — a general password generator, preconfigured length variants, a random PIN generator with common digit lengths, a passphrase generator, and a password strength checker — each usable immediately without an account.

How the generator works

All generation happens client-side using the browser's Web Crypto API (crypto.getRandomValues()). No password, PIN or passphrase is ever sent to a server. Full technical detail is on the Security page.

What data is processed

Your chosen settings (length, character types, word count, and similar options) are processed locally to build the output. See the Privacy Policy for what, if anything, is collected about site usage.

What data is not collected

Generated passwords, PINs and passphrases are never collected, logged, transmitted or stored by this site under any circumstance.

How this site is maintained

This is an independently built and maintained static website with no user accounts, backend database, or dedicated support team. It is updated occasionally to fix issues, improve tools, or reflect changes in authoritative security guidance (NIST, Google, CISA, OWASP).

Last reviewed: September 2026.

Open source

The full source code for every generator on this site is public on GitHub. You don't have to trust the claims on this page — you can read the exact code that generates your password, PIN or passphrase.