stega

module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2024 License: OSL-3.0

README

Stega 🩻

Stega is a command line tool that allows you to embed text into images using LSB steganography.

Installation

go install github.com/brittonhayes/stega/cmd/stega@latest

Usage

stega [command]
Commands
Encode

Encode text into an image.

stega encode --input [input file] --output [output file] --message [message to encode]

Options:

  • --input or -i: The input file (if no image provided, will download a random image from lorempicsum)
  • --output or -o: The output file (default: output.png)
  • --message or -m: The message to encode
Decode

Decode text from an image.

stega decode --input [input file]

Options:

  • --input or -i: The input file (required)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Open Software License 3.0

Directories

Path Synopsis
cmd
internal
pkg

Jump to

Keyboard shortcuts

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