Strong passwords
What makes a password strong
Strength is determined by entropy — the length and the size of the character alphabet. The tool lets you set the length and character sets, and the randomness comes from a cryptographic source, not from the predictable Math.random.
A unique password for each service matters more than the complexity of one: if one site’s database leaks, the other accounts are not affected.
Extra protection
Enable two-factor authentication — even a strong password does not protect against phishing or a leak. The second factor blocks login with the password alone.
For webmasters and site owners this is especially critical: compromising access to hosting, the CMS or the admin panel leads to a hack and a loss of search positions.