content-plus-totp

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2024 License: MIT Imports: 3 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL