Geek's Password Strength Meter

This is the strength meter that every site should show when you're creating an account with them. It tells you how many possible passwords there are based on the length and character classes used.

The password "1p" has 2 characters, one a lowercase letter and one a number. To brute force this password, there are 26 possible letters and 10 possible numbers which is (10 + 26) * (10 + 26) = 1,296 possibilities . Less than a second to crack!

These numbers only for demonstration purposes. Please do your own research on password security! The numbers are derived from hashcat's site.

Time to crack using core(s):