How TOTP works
The secret and current 30-second window are combined using HMAC-SHA-1. The service performs the same calculation and compares the result.
Generate a standard six-digit TOTP code from a Base32 secret. The secret is processed locally and is never submitted to Vishow.
Only first-party code runs here. Close the tab to clear the entered secret.
Spaces and hyphens are ignored. RFC 6238: SHA-1, 30 seconds, six digits.
The secret and current 30-second window are combined using HMAC-SHA-1. The service performs the same calculation and compares the result.