قوة كلمة المرور

التحقق من قوة كلمة المرور

كيفية استخدام قوة كلمة المرور

  1. 1اكتب كلمة المرور في حقل الإدخال
  2. 2راجع مقياس القوة الفوري
  3. 3اقرأ التوصيات المحددة

حول قوة كلمة المرور

مدقق قوة كلمة المرور يحلل كلمات المرور ويقيّم مستوى أمانها بناءً على معايير متعددة: الطول والتعقيد والتنوع والأنماط الشائعة. يقدم توصيات فورية لتحسين الأمان دون إرسال أي بيانات إلى الخوادم.

المميزات الرئيسية لـ قوة كلمة المرور

  • تقييم فوري في الوقت الحقيقي
  • مقياس مرئي للقوة
  • تحليل تفصيلي للمعايير
  • كشف الأنماط الشائعة
  • توصيات تحسين محددة
  • Character class analysis: lowercase, uppercase, numbers, symbols
  • Works entirely in-browser — password is never transmitted
  • Visual strength indicator for instant at-a-glance assessment

أمثلة

كلمة مرور ضعيفة مقابل قوية

مقارنة بين كلمتي مرور

المدخلات

123456

النتيجة

ضعيفة جدًا — يُعدّ من أكثر كلمات المرور شيوعًا

Check a strong random passphrase

Verify that a longer, random passphrase achieves a high strength score.

المدخلات

correct-horse-battery-staple-42

النتيجة

Strength: Strong — estimated crack time: centuries

حالات الاستخدام الشائعة

  • إنشاء كلمات مرور قوية
  • تدريب المستخدمين على أمان كلمات المرور
  • التحقق من سياسة كلمات المرور
  • تقييم أمان الحسابات
  • Auditing existing passwords to identify those that need to be changed
  • Demonstrating the difference between length-based and entropy-based strength to security audiences

استكشاف الأخطاء

كلمة مرور تبدو طويلة لكن ضعيفة

الحل

الطول مهم لكن التعقيد أيضًا — استخدم مزيجًا من الأحرف والأرقام والرموز

استبدالات بسيطة كـ @ بدل a

الحل

هذه الاستبدالات معروفة للمهاجمين — جرّب عبارات عشوائية أقوى

Score seems too strict for my organization's policy

الحل

Strength checkers use different scoring models. This tool uses entropy-based scoring which is more strict than simple length+character-type checks. Consider using a password manager to generate and store strong passwords.

الأسئلة الشائعة

هل يتم حفظ كلمة المرور؟

لا، التحليل يتم محليًا في المتصفح تمامًا ولا يُرسَل أي شيء.

ما الطول الموصى به؟

16 حرفًا أو أكثر مع مزيج من الأنواع المختلفة.

Why does my complex-looking password still score low?

Common substitutions (@ for a, 3 for e) and dictionary words with added numbers at the end are well-known attack patterns. The checker identifies these patterns and reduces the score accordingly. Truly random passwords score highest.

What does "crack time" mean?

Crack time is an estimate of how long a modern computer or GPU cluster would take to guess the password through a brute-force attack. It assumes an offline attack using current hardware. Online attacks (per website) are much slower due to rate limiting.

Is a 12-character password long enough?

12 characters with full character variety (upper, lower, numbers, symbols) is considered strong against current brute-force capabilities. 16+ characters is recommended for sensitive accounts. Length is one of the most effective ways to increase password strength.

Should I use a passphrase instead of a password?

Yes, passphrases (multiple random words like "correct-horse-battery-staple") can be both strong and memorable. A 4–5 word passphrase from a large dictionary typically achieves high entropy and is easier to remember than random character strings.

How does this differ from the password strength meters on websites?

Many website strength meters use simple rules (length, character types) and give misleadingly high scores to weak passwords like "Password1!". This tool uses entropy-based analysis that accounts for common patterns and dictionary matches.

What should I do if my password scores weak?

Use the Password Generator tool to create a strong, random password. Alternatively, create a passphrase of 4+ random unrelated words. Enable two-factor authentication wherever possible as a complementary security layer.