Skip to content

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

License

Notifications You must be signed in to change notification settings

chipchaderez/otp-gen-chrome-ext

Repository files navigation

Basic OTP Token Generator Chrome Extension

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

Popup

SETUP

Submit the HOTP secret key in the options popup:

Options Popup

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

  • Support TOTP.
  • CRUD for multiple tokens.

Contact

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published