Working now
Password generator
Generates passwords using the Web Crypto API built into your browser, so the randomness is hardware-grade and nothing is ever sent anywhere.
How to use it
- Set the length and count.
- Choose which character types to include.
- Copy each password or copy them all at once.
Questions
Is this really random?
Yes. It uses window.crypto.getRandomValues, which pulls from your device's hardware random source — the same one used for TLS keys.