Password Generator
Generate strong, secure passwords using cryptographic randomness.
Settings
16
Frequently Asked Questions
Are the generated passwords secure?
Yes. Passwords are generated using the Web Crypto API (crypto.getRandomValues), which is cryptographically secure.
Are my passwords sent to a server?
No. Password generation happens entirely in your browser. Nothing is transmitted over the internet.
What character types can I include?
You can include uppercase letters, lowercase letters, numbers, and special symbols. Each type can be toggled on or off.
What is the maximum password length?
You can generate passwords up to 128 characters long.