What makes a strong password
Strength is measured in bits of entropy: length × log2(pool size). 60+ bits is strong for online accounts; 80+ for high-value secrets.
All passwords here are generated with crypto.getRandomValues — cryptographically secure, never sent over the network.
Use a password manager so you don't need to remember a different 16-char password for every site.