Create strong, random passwords with your chosen length and character sets. Everything runs in your browser — no server, no account, nothing sent anywhere.
Password strength is measured in entropy — the number of bits needed to guess it by brute force. A 20-character password mixing uppercase, lowercase, numbers, and symbols has roughly 131 bits of entropy, making it effectively uncrackable with current hardware.
As a rule of thumb: use at least 16 characters, always include multiple character types, never reuse passwords across sites, and store them in a dedicated password manager. This tool uses crypto.getRandomValues() — the same cryptographic RNG your browser uses for TLS — so every password generated here is genuinely random.
TextForge is a free Chrome extension with 58+ text utilities — random string generation, UUID v4, Base64 encode/decode, regex testing, and much more. All local, no server.
Get TextForge — Free on Chrome Web Store →