A Chrome extension for generating HOTP and TOTP tokens for a single secret.
Submit the secret key in the options popup:
(Typically this key will be Base32 encoded)
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.
- CRUD for multiple tokens.
Please feel free to contact Daniel Erez (derez@redhat.com) or Maor Lipchuk (mlipchuk@redhat.com).