Skip to content

Instantly share code, notes, and snippets.

@pythonhacker
Last active October 31, 2025 14:33
Show Gist options
  • Save pythonhacker/b619be1f5a67fd9f4dcbbb3a661fea4a to your computer and use it in GitHub Desktop.
Save pythonhacker/b619be1f5a67fd9f4dcbbb3a661fea4a to your computer and use it in GitHub Desktop.
Strength Level Entropy (bits) Description / Example
πŸŸ₯ Very Weak < 28 Simple words or predictable patterns β€” e.g. password123, qwerty
🟧 Weak 28–35 Slightly varied words or short phrases β€” e.g. MyDog2025
🟨 Moderate 36–59 Adequate for low-value logins or throwaway accounts
🟩 Strong 60–79 Meets modern security standards (NIST/OWASP)
🟦 Very Strong 80–99 Excellent protection for most use-cases
πŸŸͺ Excellent 100+ Practically unbreakable by brute-force today
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment