TOTP Generator
Two-Factor Authentication Code Generator
Time-based One-Time Password is a two-factor authentication method. It generates a 6-digit code that changes every 30 seconds.
How does it work?
Your secret key + current time = unique code. The same algorithm runs on your device
and the server, so both generate the same code at the same time.