Overview
A simple lib to encrypt, decrypt data with ECC.
Installation
Use it as lib or CLI tool.
Go to the release page to download the CLI binary.
If you have golang installed:
go install github.com/ysmood/whisper@latest
CLI Usage
whisper -g
# Keys generated successfully: ecc_key
echo 'hello world!' | whisper
# FVPmYc4x1JilPtF8rMs0n2OlX2
echo 'FVPmYc4x1JilPtF8rMs0n2OlX2' | whisper -d
# hello world!