How secure randomness works
SimpleTaskKit uses the browser Web Crypto API and rejection sampling, avoiding predictable random-number functions and modulo bias.
Create a strong, unique password using cryptographically secure randomness. Everything happens locally in your browser.
SimpleTaskKit uses the browser Web Crypto API and rejection sampling, avoiding predictable random-number functions and modulo bias.
A longer unique password is generally more valuable than a short complex one. Twenty characters is a practical default for password-manager use.
Use a trusted password manager, enable multi-factor authentication, and create a different password for every account.