16-character password with all four character classes
A user generates a 16-character password using lowercase, uppercase, digits, and common symbols, drawing from a pool of roughly 94 printable ASCII characters.
Result~104.9 bits of entropy
Entropy = L × log2(N) = 16 × log2(94) ≈ 16 × 6.555 ≈ 104.9 bits. With around 2^104 possible passwords, even an attacker capable of one trillion guesses per second against a fast offline hash would need on the order of 10^19 years to exhaust the keyspace, which is effectively uncrackable on current and foreseeable hardware. Per NIST SP 800-63B, length and randomness drive strength more than imposed complexity rules.