Test Your Password Minimum Requirements
Password:
  • Minimum 8 characters in length
  • Contains 3/4 of the following items:
    – Uppercase Letters
    – Lowercase Letters
    – Numbers
    – Symbols
  • Note: Your password is not being saved on this website.
Hide:
Score:
0%
Complexity:
Too Short
Additions Type Rate Count Bonus
Number of Characters Flat +(n*4)
Uppercase Letters Cond/Incr +((len-n)*2)
Lowercase Letters Cond/Incr +((len-n)*2)
Numbers Cond +(n*4)
Symbols Flat +(n*6)
Middle Numbers or Symbols Flat +(n*2)
Requirements Flat +(n*2)
Deductions
Letters Only Flat -n
Numbers Only Flat -n
Repeat Characters (Case Insensitive) Comp
Consecutive Uppercase Letters Flat -(n*2)
Consecutive Lowercase Letters Flat -(n*2)
Consecutive Numbers Flat -(n*2)
Sequential Letters (3+) Flat -(n*3)
Sequential Numbers (3+) Flat -(n*3)
Sequential Symbols (3+) Flat -(n*3)
Legend
  • Exceptional: Exceeds minimum standards. Additional bonuses are applied.

  • Sufficient: Meets minimum standards. Additional bonuses are applied.

  • Warning: Advisory against employing bad practices. Overall score is reduced.

  • Failure: Does not meet the minimum standards. Overall score is reduced.

The contents on this page was originally created by Jeff Todnem. For more please visit http://www.todnem.com.