ToolBuddy
In Browser

Password Generator

Create strong random passwords and passphrases in your browser. Tune length, symbols, and ambiguity, then copy once. Generation uses local randomness and never phones home. A private generator for accounts, test users, and sharing secrets over a side channel you control.

Runs in your browser. Nothing is uploaded.

Loading tool…

About this tool

Build passwords from uppercase, lowercase, digits, and symbols, with an option to drop ambiguous 0/O/I/l/1. Generate a single secret or a bulk list. A simple entropy meter estimates bits as length × log2(charset size) so you can see when a short charset is too weak.

How to use: set length and charset toggles, generate, copy once. Randomness comes from crypto.getRandomValues, not Math.random. Use the bulk list for test users; do not email a list of real production passwords.

Example: length 20 with all classes and no ambiguous characters is a typical personal secret. The random-string tool is better for opaque API tokens that will never be typed.

We do not store generated passwords. After the first load you can keep generating offline. Nothing is phoned home. Copy once and paste into your password manager; refreshing the page draws a new value. Related: random string for nonces, UUID generator for identifiers that are not meant to be typed.

Related Generate tools