The Web Crypto API
We use window.crypto.getRandomValues(), the browser’s native API for cryptographically secure randomness — the same foundation used by banking-grade generators.
Nothing leaves your browser
The password is generated and displayed only in your browser. No network request is made. You can even go offline and it will still work.