hubot-totp

1.0.0 • Public • Published

hubot-totp

npm version npm downloads Build Status Coverage Status Code Climate dependency Status devDependency Status

A Hubot script to generate and save totp secret encrypted

Installation

npm i -S hubot-totp

Set environment variable TOTP_SECRET to encrypt secret.

add ["hubot-totp"] to external-scripts.json.

Examples

hubot totp new <name> -> Generate a new totp secret

hubot totp qr <name> -> Get qr image of totp secret

hubot totp hex <name> -> Convert totp secret to hex

hubot totp insert <name> <secret> -> Insert a totp secret

hubot totp secret <name> -> Get totp secret

hubot totp get <name> -> Get totp secret, hex and qr

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i hubot-totp

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

13.8 kB

Total Files

6

Last publish

Collaborators

  • lgatica