/otp-gen-chrome-ext

A Chrome extension for generating HOTP tokens for a single secret.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Basic OTP Token Generator Chrome Extension

A Chrome extension for generating HOTP and TOTP tokens for a single secret.

Popup

SETUP

Submit the secret key in the options popup:

Options Popup

(Typically this key will be Base32 encoded)

USAGE

POPUP

Popup

  • Refresh generate a new token.

  • Refresh copy the token to clipboard.

Context Menu

Use 'Paste OTP Token' right-click menu action to paste a new token into any text-box.

Context Menu

Keyboard Shortcuts

Default 'Paste OTP Token' HotKey: Alt+T

(configurable on 'chrome://extensions/configureCommands')

Notes

  • 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.

Future Work

  • CRUD for multiple tokens.

Contact

Please feel free to contact Daniel Erez (derez@redhat.com) or Maor Lipchuk (mlipchuk@redhat.com).