Slide 6
Slide 6 text
ADDITIONAL DETAILS ON HOTP AND TOTP
‣ Some services that are utilizing TOTP for two-factor are:
‣ Google, Dropbox, Amazon Web Services, Facebook, Microsoft, Stripe, DreamHost, and LastPass
‣ By utilizing TOTP, these services allow for anyone else to build an
application or token that can be compatible with their service
‣ The OATH Toolkit (http://www.nongnu.org/oath-toolkit/) easily allows you to do this
‣ Unlike, HOTP, a device/application that utilizes TOTP needs to have
a valid time source to be able to functional properly
‣ This prevents many hardware tokens from being able to be a TOTP device for obvious reasons
‣ HOTP/TOTP both require to have a secret key in order to generate
their one time passwords
‣ This secret is known by both the token and the server in order for verification to function