Skip to content

otakukaze/go-pgp-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages