TOTP / 2FA Generator
Zeitbasierte Einmalpasswörter (TOTP) aus einem geheimen Schlüssel generieren — kompatibel mit Google Authenticator
TOTP Generator
RFC 6238 — Time-based One-Time Passwords via WebCrypto
Valid for 30 more seconds
Technical Details
Algorithm
HMAC-SHA1
Period
30 seconds
Digits
6
Time Slot (T)
59295767
Security Notice
Scan the secret with Google Authenticator or Authy to verify codes match. Never share your secret key — it grants full access to generate valid codes.
TOTP / 2FA Code Generator
Generate time-based one-time passwords (TOTP) from a secret key — compatible with Google Authenticator, Authy, and any RFC 6238 authenticator app. Runs 100% in your browser.
FAQ
What is TOTP?
TOTP (Time-based One-Time Password) is a 6-digit code that changes every 30 seconds. It's the second factor in 2FA — even if someone has your password, they can't log in without the current TOTP code.
How does TOTP work?
TOTP = HMAC-SHA1(secret_key, floor(current_unix_time / 30)), then take the last 6 digits. The server and your authenticator app derive the same code independently — no network call needed.
Is this tool safe to use?
This tool is for testing and development. Never enter your real 2FA secrets into any online tool. Use your authenticator app for production accounts.
Weiter entdecken
Weitere Sicherheit, die Ihnen gefallen könnten…
Passwortstärke-Prüfer
Passwortstärke testen und Tipps zur Verbesserung erhalten
QR-Code-Generator
QR-Codes für URLs, Text, WLAN, vCards und mehr generieren — als PNG oder SVG herunterladen
QR-Code-Leser
QR-Codes aus Bildern oder Kamera scannen und dekodieren — offline verfügbar
Barcode-Generator
Barcodes in Code 128, Code 39, EAN-13, QR und anderen Formaten generieren
SSH-Schlüsselgenerator
Ed25519 oder ECDSA SSH-Schlüsselpaare mit der Web Crypto API erzeugen — läuft 100% im Browser
RSA-Schlüsselgenerator
RSA-Schlüsselpaare mit 2048 oder 4096 Bit im PEM-Format mit der Web Crypto API erzeugen — läuft 100% im Browser
Hash-Vergleich
Zwei Hash-Werte vergleichen, um Dateiintegrität zu überprüfen oder Prüfsummen abzugleichen
Datei-Hash-Prüfer
Legen Sie eine beliebige Datei per Drag & Drop ab, um sofort MD5, SHA-1, SHA-256 und SHA-512 zu berechnen — Integrität gegen bekannten Hash verifizieren