Aleatorios
Password generator
Try it
Cryptographically random passwords — length and charset.
Loading…
How to use this tool, examples, and related tips.
Set your desired password length.
Toggle the character sets you want to include — uppercase, lowercase, numbers, symbols.
Click Generate (or let it auto-generate), then copy the password.
Password strength comes from two factors: length and entropy. Entropy is a measure of unpredictability — the more possible combinations a password could be, the harder it is to brute-force. A 16-character password drawn from a 94-character set (uppercase + lowercase + digits + symbols) has approximately 105 bits of entropy — far beyond what any current or near-future hardware can crack by brute force. The key requirements for a strong password are sufficient length (16+ characters recommended), a large character set, and true randomness — no predictable patterns or dictionary words.
Creating account credentials — Generate strong passwords for new accounts, API keys, or admin credentials during setup.
Rotating compromised credentials — Quickly generate a replacement password when rotating after a breach or suspected exposure.
Generating service secrets — Create random strings for use as application secrets, webhook tokens, or internal API keys.
Populating test fixtures — Generate realistic-looking passwords for test data without using real credentials.
Answers about this tool and how your data is handled.
Passwords are generated using the browser's crypto.getRandomValues() API — a cryptographically secure random number generator. The output is not predictable or reproducible.
No. Generation runs entirely in your browser. Nothing leaves your machine.
16 characters is a reasonable minimum for most accounts. For high-value credentials — admin accounts, API secrets, encryption keys — use 24 or 32 characters.
Yes, where the target system allows them. Symbols expand the character set from 62 to 94 characters, meaningfully increasing entropy per character.
A password is a random sequence of characters. A passphrase is a sequence of random words (e.g., correct-horse-battery-staple). Passphrases are easier to remember and can achieve equivalent entropy at greater length. Use the passphrase generator if you need a human-memorable credential.
Primeiro a mesma categoria, depois outras utilidades.
Aleatorios
Cryptographically random passwords — length and charset.