Strong, private passwords generated in your browser with crypto.getRandomValues() — plus an entropy meter and dicword-style passphrase mode.
They use crypto.getRandomValues(), the browser’s cryptographically secure random source (CSPRNG) — suitable for real credentials.
16+ random characters or a 4-word passphrase (~80+ bits) is strong; 100+ bits of entropy is future-proof. The meter shows live bits.
Skipping I, l, 1, O, 0 makes passwords easier to read back and type correctly, with only a tiny entropy cost.