About whichpassword
A lean, privacy-friendly password generator. All passwords are created locally in your browser – nothing is stored.
Privacy first
No account, no upload, no storage. The generator runs 100% client-side.
Strong randomness
Uses window.crypto.getRandomValues() instead of Math.random() for true cryptographic randomness.
Fair & transparent
Ads load only after your consent. You stay in control (consent banner).
How it works
- You choose character sets & length.
- The generator shuffles characters client-side using a cryptographic RNG.
- The password stays in your browser – nothing is sent.
Roadmap
- Passphrase generator (Diceware-style)
- Multilingual support (DE/EN)
- Optional leak checks via API (on demand, without sending passwords)