steg

command module
v0.0.0-...-50f4207 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: MIT Imports: 14 Imported by: 0

README

steg

A simple steganographic CLI that uses zero-width characters to hide messages.

Inspired by https://neatnik.net/steganographr

Installation

$ go get -u github.com/codingconcepts/steg

Usage

Help:

$ steg

Usage:
   [command]

Available Commands:
  conceal     Conceals a message into another string and copies the output to the clipboard
  help        Help about any command
  reveal      Reveals a hidden message and prints it to the console

Flags:
  -h, --help   help for this command

Use " [command] --help" for more information about a command.
Conceal
$ steg conceal
Enter public message: hello
Enter private message: goodbye
Reveal
$ steg conceal
Enter public message: h‌‌​​‌‌‌⁠‌‌​‌‌‌‌⁠‌‌​‌‌‌‌⁠‌‌​​‌​​⁠‌‌​​​‌​⁠‌‌‌‌​​‌⁠‌‌​​‌​‌⁠‌​‌​ello
goodbye

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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