A tool to encrypt/decrypt message using RSA technique
Download and install latest Go version from https://go.dev/dl
Using make
if available
make build
./secure-cli --help
Using Go's SDK
go build -o ./secure-cli ./cmd/cli/main.go
./secure-cli --help
# or
go run cmd/cli/main.go --help
You can use gen.sh
script to generate pair of public/private key files