Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.02 KB

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.