2018-03-12 17:51:59 +08:00
2018-03-08 18:24:33 +08:00
2018-03-12 17:51:59 +08:00
2018-03-09 14:04:27 +08:00
2018-03-07 23:36:24 +08:00
2018-03-12 17:51:59 +08:00
2018-03-09 14:10:20 +08:00

go-pgp-tool

Usage

build code

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

show usage

$ ./go-pgp-tool -h

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
    -k file path
      key file path
Description
No description provided
Readme 204 KiB
Languages
Go 100%