Go to file
Jay 9c33e27e51 add ci config 2018-04-27 14:52:07 +08:00
libs update usage 2018-03-13 16:40:54 +08:00
pgpcrypt modify crypt, add test 2018-03-12 17:51:59 +08:00
tools fix enc/dec bug -.- 2018-03-09 14:04:27 +08:00
.drone.yml add ci config 2018-04-27 14:52:07 +08:00
.gitignore forst version 2018-03-07 23:36:24 +08:00
README.md update usage 2018-03-13 16:40:54 +08:00
main.go add output to stdout 2018-03-13 16:38:52 +08:00

README.md

go-pgp-tool

Usage

build code

$ go build -o go-pgp-tool main.go

show usage

$ ./go-pgp-tool -h

test

$ go test -v ./...

options

  Usage options:
    -h show usage
    -d decrypt mode
    -e encrypt mode
    -y force override output file
    -p password
      private key password with decrypt usage
    -i file path
      source file path
    -o [file path|-]
      output file path or stdout
    -k file path
      key file path