مولّد رموز QR للمصادقة الثنائية (2FA)
أنشئ رموز QR من نوع TOTP لتطبيقات Google Authenticator وAuthy و1Password وغيرها من تطبيقات المصادقة الثنائية (2FA).
كيفية استخدام هذه الأداة
- 1
Type the service name into the first field (this becomes the issuer label, e.g. RevealTheme).
- 2
Enter the account identifier, usually the user's email or username.
- 3
Paste an existing Base32 secret, or click Random to generate a fresh 32-character one with crypto.getRandomValues.
- 4
Scan the QR code that appears below with your authenticator app, or copy the otpauth:// URI shown under it.
ما هو مولّد رموز QR للمصادقة الثنائية (2FA)؟
تمسح تطبيقات المصادقة الثنائية رابط otpauth://، المُرمَّز كرمز QR، لإعداد كلمات مرور لمرة واحدة قائمة على الوقت (TOTP، RFC 6238). تبني هذه الأداة الرابط انطلاقًا من اسم الخدمة، ومعرّف الحساب، وسر Base32، ثم تعرضه كرمز QR قابل للمسح.
حالات الاستخدام الشائعة
Demoing a 2FA enrollment flow in a tutorial, slide deck, or product screenshot without wiring up a real backend.
Generating a test TOTP secret while developing or QA-testing a login system that uses standard SHA1/6-digit/30-second codes.
Re-encoding a Base32 secret you already hold (for example from a recovery backup) into a fresh scannable QR.
Teaching teammates how the otpauth:// Key URI Format is structured by showing the URI printed beneath the QR.
Quickly checking whether an authenticator app accepts the default TOTP parameters before committing to a server-side library.
Creating a throwaway 2FA setup for a sandbox or staging account where the secret does not protect anything sensitive.
الأسئلة الشائعة
هل يُرسَل السر إلى أي مكان؟▼
أدوات ذات صلة
مولّد تجزئة (Hash) كلمات المرور (PBKDF2)
أنشئ تجزئات آمنة لكلمات المرور في متصفحك باستخدام PBKDF2-SHA256. أقوى من MD5 أو SHA البسيط، مع عامل عمل قابل للتعديل.
مولّد HMAC
أنشئ توقيعات HMAC باستخدام SHA-1 أو SHA-256 أو SHA-384 أو SHA-512.
تشفير AES-256
شفّر النص وافكُك تشفيره باستخدام AES-256-GCM. تُشتق المفتاح من عبارة المرور لديك عبر PBKDF2-SHA256.
أداة فحص قوة كلمة المرور
تفحص عشوائية (entropy) كلمة مرورك مقابل حجم مجموعة الأحرف وقوائم كلمات المرور الشائعة. تعمل بلا اتصال تمامًا.
أداة ترميز وفك ترميز شيفرة قيصر
رمّز أو فك ترميز النص باستخدام شيفرة قيصر: استبدال الأحرف وفق إزاحة ثابتة.
أداة ترميز وفك ترميز ROT13
رمّز النص أو فك ترميزه باستخدام ROT13: وهو شيفرة قيصر بإزاحة 13 موضعًا، ذاتية العكس.