Test Your Password Minimum Requirements
Senha:
  • Mínimo 8 de caracteres de comprimento
  • Contendo 3 dos seguintes itens:
    - Letras maiúsculas
    - Letras minúsculas
    - Numeros
    - Simbolos (@, $, #, etc)
Esconder:
Pontuação:
0%
 
Complexidade:
Muito curto
Additions Type Rate Count Bonus
 
Quantidade de caracteres Flat +(n*4)
 
 
 
Letras maiúsculas Cond/Incr +((len-n)*2)
 
 
 
Letras minúsculas Cond/Incr +((len-n)*2)
 
 
 
Números Cond +(n*4)
 
 
 
Simbolos Flat +(n*6)
 
 
 
Middle Numbers or Symbols Flat +(n*2)
 
 
 
Requisitos Flat +(n*2)
 
 
Deductions
 
Apenas letras Flat -n
 
 
 
Apenas números Flat -n
 
 
 
Caracteres repetidos (Case Insensitive) Incr -(n(n-1))
 
 
 
Letras maiúsculas consecutivas Flat -(n*2)
 
 
 
Letras minúsculas consecutivas Flat -(n*2)
 
 
 
Números consecutivos Flat -(n*2)
 
 
 
Seqüencia de letras (3+) Flat -(n*3)
 
 
 
Sequencia de números (3+) Flat -(n*3)
 
 
Legenda
  •  
    Exceptional: Excede os padrões mínimos. Aplicado pontuação adicional.
  •  
    Sufficient: Possui os requisitos mínimos. Additional bonuses are applied.
  •  
    Atenção: Advisory against employing bad practices. Overall score is reduced.
  •  
    Falha: Não possui os requisitos mínimos. Overall score is reduced.
Quick Footnotes
Flat: Rates that add/remove in non-changing increments.
Incr: Rates that add/remove in adjusting increments.
Cond: Rates that add/remove depending on additional factors.
n: Refers to the total number of occurrences.
len: Refers to the total password length.
• Additional bonus scores are given for increased character variety.
• Final score is a cumulative result of all bonuses minus deductions.
• Final score is capped with a minimum of 0 and a maximum of 100.
• Score and Complexity ratings are not conditional on meeting minimum requirements.
DISCLAIMER

This application is designed to assess the strength of password strings. The instantaneous visual feedback provides the user a means to improve the strength of their passwords, with a hard focus on breaking the typical bad habits of faulty password formulation. Since no official weighting system exists, we created our own formulas to assess the overall strength of a given password. Please note, that this application does not utilize the typical "days-to-crack" approach for strength determination. We have found that particular system to be severely lacking and unreliable for real-world scenarios. This application is neither perfect nor foolproof, and should only be utilized as a loose guide in determining methods for improving the password creation process.