Skip to content

iomarmochtar/content-plus-totp

Repository files navigation

A cmd app for generating combination between a content (it can be a password) with totp token. The implementation can be seen in example directory.

Use with your own risk !!!

Installing

You can download the (compressed) static binary in release page

Compiling

  • Clone this repository.

  • Make sure you have make and go configured properly.

  • Compile it, the static binary output will be created in dist directory.

make compile

Configuration

Run following command for generating json configuration file, the contents are protected using AES encryption make sure to remember the key otherwise you cannot decrypt it.

content-plus-totp -g

note: You can add -b for copy the output directly to clipboard.

Executing

Generate the combination by run the cmd directly with specified configuration.

content-plus-totp -c config.json

note: You can add -b for copy the output directly to clipboard.

About

a cmd app to help generate a combination with totp token

Resources

License

Stars

Watchers

Forks

Packages

No packages published