If an app or web service offers two-factor authentication, you should be using it. Here's how it works and what sorts of pitfalls to watch out for. https://ssd.eff.org/module/how-enable-two-factor-authentication
@ljrk @eff Nope, TOTP protects against more than that. For example, against someone seeing or recording you type your password. Or against hardware keylogger between the keyboard and PC. Or against online password manager breach. (TBF people shouldn't use web services to store passwords.)
TOTP's value lies in two facts:
- Code is generated on a different device.
- Intercepting the generated code does not reveal the secret.