Client-Side Only: All password generation happens locally in your browser. No data is ever sent to any server.
Cryptographically Secure: Uses crypto.getRandomValues() for true random generation, not Math.random().
No Storage: Passwords are never saved, logged, or stored anywhere. No localStorage, cookies, or history.
Auto-Hide Protection: Password automatically hides when you switch tabs or minimize the window. Click "Generate" again to create a new password.
Clipboard Auto-Clear: Clipboard is automatically cleared 15 seconds after copying to prevent leakage.
Copy-Only: Password text cannot be selected or highlighted - you must use the Copy button.
NIST Compliant: Follows NIST SP 800-63B guidelines for secure password generation.
Smart Word Truncation: When enabled, truncates words to 5 characters max using an intelligent algorithm that preserves the first vowel and removes subsequent vowels. This creates shorter, more memorable passphrases while maintaining pronounceability (e.g., "seemingly" → "semng").
Tip: Close this tab immediately after copying your password for maximum security.