- Does the tool replace Google Authenticator?
- For testing yes. For production MFA use a dedicated app (Authy, 1Password, Aegis) — centralized apps lose all your codes if you clear browser data.
- What's the secret format?
- Base32 by default (the format most providers give you). 80-160 bits of entropy recommended. Padding is optional.
- Clock sync matters?
- Yes — TOTP depends on server and client clocks being within 30 seconds. NTP-synchronized devices are fine; mobile devices usually are. The tool shows local time for debugging.
- What algorithm and digits?
- SHA-1 / 6 digits / 30-second window is the default (matches Google Authenticator). Toggle SHA-256 / 8 digits for higher security if your provider supports it.