How strong is it really?
Evaluated in this page, by a deliberately pessimistic estimator. No ad code and no analytics on this page — nothing that could watch the field.
This page carries no advertising and no analytics — the only page in this network that is deliberately unmonetised, because a password field deserves it.
Why this page has no ads
Every other page in this network carries advertising, which is what pays for it. This one does not, and the omission is deliberate. Ad code cannot read a form field it was not given access to, so the risk here is technical rather than real — but a password strength checker surrounded by third-party scripts fails the test any careful person would apply, and being right on a technicality is not the same as being trustworthy. The page is worth more unmonetised.
A deliberately pessimistic estimator
Most strength meters are generous, because a green bar feels better than a red one. They reward a capital letter and a trailing digit, which is exactly the transformation attackers assume you have made. Password1 satisfies most complexity policies ever written and is among the first hundred guesses of any attack.
This estimator starts from length and character variety, then charges the password nothing for structure it recognises: known-common passwords, English words, keyboard runs, tripled characters, years, digit sequences. Crucially it undoes letter-for-symbol substitutions first, before any other check — because swapping a for @ and o for 0 is the single cheapest rule in a cracker's list, so P@ssw0rd is evaluated as password, and reported as breakable in under a second.
What the crack time means and does not mean
The figure assumes an offline attack at a hundred billion guesses a second against a fast hash — a serious attacker who has obtained a password database and is working on it with good hardware. It is intentionally the pessimistic case. If the site that holds your password used a deliberately slow hash, the true figure is vastly longer; if they stored it badly, this estimate may be optimistic. You have no way to find out which, which is the argument for length.