Skip to content

A tool to encrypt/decrypt message using RSA technique

Notifications You must be signed in to change notification settings

bejaneps/secure-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure CLI

A tool to encrypt/decrypt message using RSA technique

Dependencies

Download and install latest Go version from https://go.dev/dl

Usage

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

Scripts

You can use gen.sh script to generate pair of public/private key files

About

A tool to encrypt/decrypt message using RSA technique

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages