Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 541 Bytes

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