A Chrome extension for generating HOTP tokens for a single secret.
Submit the HOTP secret key in the options popup:
Use 'Paste OTP Token' right-click menu action to paste a new token into any text-box.
Default 'Paste OTP Token' HotKey: Alt+T
(configurable on 'chrome://extensions/configureCommands')
- The extension stores locally only the secret and counter required for the HMAC-based One-time Password Algorithm.
- The PIN code should still be manually entered.
- Support TOTP.
- CRUD for multiple tokens.
Please feel free to contact Daniel Erez ([email protected]) or Maor Lipchuk ([email protected]).