whisper

command module
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2023 License: MIT Imports: 12 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
lib

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL