Done

πŸ” Password Generator

Create strong, secure passwords & passphrases. Customizable, private, and instant. Nothing leaves your browser.

Password Generator
β€” 0 bits entropy
Length 20
Preset:
Custom Symbols (optional)
Generation Log
; TechOreo Password Generator
; Cryptographically secure Β· 100% local
; ──────────────────────────────────────
; Configure options above, then click Generate
History
No passwords generated yet
Keyboard Shortcuts
Alt+G Generate new password
Alt+C Copy password
Alt+H Toggle show/hide
Alt+1 Password mode
Alt+2 Passphrase mode
Alt+3 PIN mode
Alt+4 Bulk mode
Password Tips
βœ… Use 16+ Characters
Longer passwords are exponentially harder to crack.
πŸ”€ Mix Character Types
Use uppercase, lowercase, digits & symbols together.
πŸ“ Try Passphrases
Random word combos are long, strong & easy to remember.
🚫 Never Reuse
Use a unique password for every account. Use a password manager.
Security
🎲 Crypto-Secure RNG
crypto.getRandomValues()
Uses the Web Crypto API for truly random generation. No data is sent to any server β€” everything runs 100% locally in your browser.

About Password Security

Entropy & Strength

Password entropy measures randomness in bits. A 20-character password with mixed characters has ~130 bits β€” practically uncrackable. Each bit doubles the number of guesses needed.

Passphrases

Passphrases use random dictionary words (e.g., "correct-horse-battery-staple"). They're longer, easier to remember, and very secure. A 5-word passphrase has ~65 bits of entropy.

Brute Force

Modern GPUs can test billions of password hashes per second. A short, simple password can be cracked in minutes. Length and complexity make brute force attacks infeasible.

Best Practices

Use a unique password for every account. Enable two-factor authentication. Use a password manager. Never share passwords. Change them if a breach occurs.