Generate cryptographically secure passwords using your browser's built-in crypto API. Nothing is sent to any server. Ever.
Uses Web Crypto API (crypto.getRandomValues) — the same randomness source browsers use for TLS. Not Math.random().
Real-time entropy calculation shows actual password strength in bits. Based on character pool size and length.
Generate memorable passphrases with random words. Easier to type, still extremely secure at sufficient length.
Passwords never leave your browser. History is session-only and vanishes when you close the tab.
Control length (4-128), character types, and presets. Generate exactly what your security policy requires.
Track recently generated passwords in-session. Copy any previous password without regenerating.