A força da senha pode ser medida usando entropia. Dependendo de como sua senha é gerada (comprimento, diferentes tipos de caracteres, ou seja, maiúsculas, números, caracteres especiais, etc.), você obtém uma senha mais fraca ou mais strong. Aqui está o que a Wikipedia diz sobre Força da senha :
It is usual in the computer industry to specify password strength in terms of information entropy, measured in bits, a concept from information theory. Instead of the number of guesses needed to find the password with certainty, the base-2 logarithm of that number is given, which is the number of "entropy bits" in a password. A password with, say, 42 bits of strength calculated in this way would be as strong as a string of 42 bits chosen randomly, say by a fair coin toss. Put another way, a password with 42 bits of strength would require 242 attempts to exhaust all possibilities during a brute force search. Thus, adding one bit of entropy to a password doubles the number of guesses required, which makes an attacker's task twice as difficult. On average, an attacker will have to try half the possible passwords before finding the correct one.
Como uma imagem vale mais que mil palavras, leia esta tira do xkcd. Você entenderá porque não é necessário obter uma senha "complexa", mas uma senha longa e fácil de lembrar pode ser preferível a uma senha complexa mais fraca.
Finalmente,vocêpodetestaraentropiadesuasenhagraçasatestesdeforçacomo este . Você notará que a repetição de sua senha inicial aumenta sua entropia. Exceto se o hacker (ou algoritmo bruteforce) souber que você está usando repetição na geração de senha, sua senha será mais difícil de adivinhar.