Skip to content

A cli tool to encrypt / decrypt text with ECIES (secp256k1)

License

Notifications You must be signed in to change notification settings

pavanvo/ecies-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecies-cli

Command line utility to encrypt / decrypt string messages with ECIES (Ethereum-used cryptography scheme).

Usage

Usage: ecies-cli [command] [arg]


Command Line Options
Usage: ./ecies-cli [
    privatekey						creates a private key
    publickey PRIVATE_KEY			show public key
    decrypt PRIVATE_KEY MESSAGE		decrypts a message encrypted by public key
    decrypt PRIVATE_KEY MESSAGE		encrypts a message with public key

Build

go build

About

A cli tool to encrypt / decrypt text with ECIES (secp256k1)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages