Password Generator
Create mathematically robust passwords, passphrases and API keys.
Entirely local execution in your browser (Web Crypto API). No data is transmitted to the server.
Standard Configuration
Why use this generator?
This tool uses your browser's cryptographic random generator for perfect entropy.
- 100% local generation
- No network transmission
- Cryptographically secure random source
- Ideal for password managers
Security best practices
Mathematical security requires rigor:
- Use at least 16 characters.
- Combine letters, digits and symbols.
- Use a password manager.
- Never reuse a secret.
Possible uses
The generator produces secrets suitable for:
- Web account passwords
- Server API keys
- OAuth/JWT access tokens
- Crypto wallet passphrases
- WPA/AES encryption keys
Random algorithm used
Web Crypto API - window.crypto.getRandomValues()
This generator is considered cryptographically secure and is used by most modern browsers for local security.
Total confidentiality
This generator works entirely client-side.
No generated secret is recorded, transmitted, or logged. The tool is for preparation, not storage.
Generator limitations
The security of a secret also depends on its storage and use.
A strong password does not protect against phishing or physical compromise of the user's device.