تولیدکننده کد 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 چیست؟
اپلیکیشنهای احراز هویت دومرحلهای یک URI از نوع otpauth:// را که بهصورت کد QR کدگذاری شده است اسکن میکنند تا گذرواژههای یکبارمصرف مبتنی بر زمان (TOTP، RFC 6238) را راهاندازی کنند. این ابزار URI را از روی نام سرویس، شناسه حساب و یک راز 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.
پرسشهای متداول
آیا راز به جایی ارسال میشود؟▼
ابزارهای مرتبط
تولیدکننده هش گذرواژه (PBKDF2)
هشهای امن گذرواژه را در مرورگر خود با PBKDF2-SHA256 تولید کنید. قویتر از MD5 یا SHA ساده، با ضریب کار قابل تنظیم.
تولیدکننده HMAC
با استفاده از SHA-1، SHA-256، SHA-384 یا SHA-512 امضاهای HMAC تولید میکند.
رمزنگاری AES-256
متن را با AES-256-GCM رمزنگاری و رمزگشایی کنید. کلید از روی عبارت عبور شما با PBKDF2-SHA256 استخراج میشود.
بررسیکننده قدرت گذرواژه
آنتروپی گذرواژه خود را در برابر اندازه مجموعه کاراکترها و فهرست گذرواژههای رایج بسنجید. کاملاً بهصورت آفلاین کار میکند.
کدگذار و کدگشای رمز سزار
متن را با رمز سزار کدگذاری یا کدگشایی کنید: جایگزینی حروف بر اساس یک جابهجایی ثابت.
کدگذار و کدگشای ROT13
متن را با ROT13 کدگذاری یا کدگشایی کنید: یک رمز سزار با ۱۳ موقعیت جابهجایی که خود-معکوس است.