Generate Time-based one-time password (TOTP) codes when given a key, usually used as a method for 2-Factor Authentication (2FA) when logging in on various sites. Simply input the key a website provides you and the five subsequent authentication codes are generated.
The key is only stored locally on your computer and the codes are generated client-side using the Web Crypto API.