Skip to content

A command-line interface to securely transfer important data.

Notifications You must be signed in to change notification settings

mooorex/crypto-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

crypto-cli

A command-line interface to securely transfer important data using ECIES.

Examples

Help command:

$./cypto-cli --help
NAME:
   crypto-cli - Secruely transfer important data using ecies.

USAGE:
   crypto-cli [global options] command [command options] [arguments...]

VERSION:
   1.0.0

COMMANDS:
   keygen, g, kg   Generate an ecies key pair
   encrypt, e, en  Encrypt a plaintext to a ciphertext using ecies
   decrypt, d, de  Decrypt a ciphertext to a plaintext using ecies
   help, h         Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

About

A command-line interface to securely transfer important data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages