What we store
Nothing. We have no accounts, no user database, and no server that receives your passwords. Every password is generated on your device, in the tab you have open.
What we collect
No cookies, no trackers, no third-party scripts, no analytics beacons. The site is a static page served over HTTPS — the only requests your browser makes are for the page itself, its styles and its assets.
Local generation
Your password never leaves your device. The generator reads randomness from your browser's cryptographic source (crypto.getRandomValues), builds the password in memory, and discards it the moment you close the tab. We cannot see it, retrieve it, or store it — because it never reaches us.
Network requests
Generating a password triggers no network request. Nothing is sent when you click Generate, Copy, or Download. The code that runs in your browser is the same code published in the source repository.