command
module
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Jun 15, 2023
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Overview
A simple tool to encrypt, decrypt, sign, and verify data with ECC.
Installation
Go to the release page.
If you have golang installed:
go install github.com/ysmood/whisper@latest
Usage
whisper -g
# Keys generated successfully: ecc_key
echo 'hello world!' | whisper
# FVPmYc4x1JilPtF8rMs0n2OlX2
echo 'FVPmYc4x1JilPtF8rMs0n2OlX2' | whisper -d
# hello world!
Use it as lib: link
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.