About WorkPassword
WorkPassword is a privacy-first password generator built for the realities of the workplace — employees who need credentials that pass policy, IT teams who need a tool they can trust on locked-down machines, and small businesses that cannot afford a security incident.
What we believe
Good security should be the easy path. Too many password tools either lock value behind sign-ups and subscriptions, or quietly send what you generate to a server. We took the opposite approach: everything runs in your browser, nothing is transmitted or stored, and there is no account to create.
Our guidance follows current best practice — most notably NIST SP 800-63B, which favours length over forced complexity and discourages routine password expiry. We will never be alarmist. The aim is to help teams make a few high-impact changes and move on.
How the generator works
- Local-only: passwords are generated on your device with the browser's Web Crypto API.
- Cryptographically secure: we use
crypto.getRandomValues()with rejection sampling to avoid bias — neverMath.random(). - Policy-aware: presets map to common corporate account tiers, and every result is scored by entropy in bits.
- No tracking of secrets: what you generate is yours alone and never leaves the page.