Toolkit that may be needed.
This tool has the following sub command.
-
AddAccount
- Able to save service name, user name and password
- All parameters will be encrypted before saving into DB
-
ShowAccount
- Able to show user name
- Output user name on your terminal
-
CopyPassword
- Able to copy password into clipboard
-
String
- Able to encrypt plain text
- Able to decrypt cipher text
Need to clone this repository on go source directory.
$ mkdir $GOPATH/src/github.com
$ cd $GOPATH/src/github.com
$ git clone git@github.com:fuwalab/tools.git-
Require
dep- mac
$ brew install dep
- mac
-
Install dependencies
$ cd tools $ dep ensure
$ cd $GOPATH
$ go build -o bin/tools github.com/fuwalab/tools$ $GOPATH/bin/tools subcommand [options...]AddAccount: Add a new account information.
Run "AddAccount -h" for more detail.
ShowAccount: Show account/user name of a particular service.
Run "ShowAccount -h" for more detail.
CopyPassword: Copy password of the particular service to clipboard.
Run "CopyPassword -h" for more detail.