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 !!!
You can download the (compressed) static binary in release page
-
Clone this repository.
-
Make sure you have
make
andgo
configured properly. -
Compile it, the static binary output will be created in
dist
directory.
make compile
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.
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.