Secure password generator

Create a strong, unique password using cryptographically secure randomness. Everything happens locally in your browser.

Preparing secure local generator…

How secure randomness works

SimpleTaskKit uses the browser Web Crypto API and rejection sampling, avoiding predictable random-number functions and modulo bias.

Choose length first

A longer unique password is generally more valuable than a short complex one. Twenty characters is a practical default for password-manager use.

Never reuse passwords

Use a trusted password manager, enable multi-factor authentication, and create a different password for every account.