You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
libs | 5 years ago | |
pgpcrypt | 5 years ago | |
tools | 5 years ago | |
.drone.yml | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
main.go | 5 years ago |
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