Come si usa: Generatore di TOTP Code
Generatore di TOTP Code è uno strumento online gratuito di Strumenti di sicurezza che generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI istantaneamente nel browser. Incolla i dati, regola le opzioni e ottieni il risultato in tempo reale: senza installazione, senza registrazione, senza upload.
Usa Generatore di TOTP Code ora →
Descrizione
Generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI.
- Strumenti di sicurezza
- Essendo tutto client-side, Generatore di TOTP Code è sicuro anche per dati sensibili come chiavi API e token.
Come si usa
Usare Generatore di TOTP Code richiede tre passaggi:
- Incolla i dati nel campo di input (o carica l’esempio).
- Regola le opzioni in base al formato desiderato.
- Copia, scarica o consulta l’output — aggiornato in tempo reale.
Esegui
Esempi
The classic Base32 test secret. Set the Unix time override to 59 and 8 digits to reproduce the RFC 6238 test vector 94287082.
Input
JBSWY3DPEHPK3PXP
Output
Current code 870214 (valid 6s more) Previous 289463 Next 899987 Unix time 1789312134 Time step 59643737 (counter = floor(time / 30)) Algorithm HMAC-SHA-1 Digits 6 Period 30s Secret JBSWY3DPEHPK3PXP (10 bytes after Base32 decode) otpauth:// URI (for authenticator apps and QR generators) otpauth://totp/26173?secret=JBSWY3DPEHPK3PXP&issuer=26173&algorithm=SHA1&digits=6&period=30 RFC 6238: the counter is the 30-second step since the Unix epoch, big-endian, HMAC'd with the shared secret; 4 bytes are extracted by dynamic truncation. Everything is computed in your browser — the secret is never transmitted.
此输出由工具真实运行产生,并非人工编写。
Casi d’uso
Casi d’uso comuni di Generatore di TOTP Code:
- Generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI.
Parametri
Questo strumento non ha opzioni: lavora solo sull’input.
FAQ
Cos’è TOTP Code Generator?
TOTP Code Generator serve a generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI. Funziona interamente nel browser, i dati restano privati.
È gratuito?
Sì, illimitato, senza registrazione né installazione.
I miei dati vengono caricati?
No, tutto è elaborato localmente nel browser.
Da sapere
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。