|
|
|
|
|
by Dylan16807
2893 days ago
|
|
The question is whether there is any point in having an OTP secret if it's stored in the same location as the password. We're not talking about stealing single codes, but the entire secret. With HOTP the answer is yes, because of ratcheting. A clone of the secret doesn't let you impersonate the original device, because their counters will conflict as both are used. With TOTP the answer is no. You can make codes freely, and the clone is indistinguishable from the original. The rule you cite is basically irrelevant. It just means that original and clone can't log in at the exact same time. |
|
Getting obsessed with a single unlikely threat leads to doing things that are actively counter-productive, because in your single threat model they didn't make any difference and you forgot that real bad guys aren't obliged to attack where you've put most effort into defence.