Skip to content

Implementation of the Least-Significant Bit steganography method in Rust

Notifications You must be signed in to change notification settings

hrchlhck/stego-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stego-rust

Implementation of the Least-Significant Bit steganography method in Rust.

Commands

Usage: steganography [OPTIONS] --input-image <INPUT_IMAGE> --output-image <OUTPUT_IMAGE> <COMMAND>

Commands:
  hide    Hide something in an existing image provided in --input-image flag
  reveal  Reveal something in an existing image provided in --input-image flag
  help    Print this message or the help of the given subcommand(s)

Options:
  -i, --input-image <INPUT_IMAGE>    Path of the image you want to hide/reveal something
  -o, --output-image <OUTPUT_IMAGE>  Path of the resulting image after hiding/revealing something
  -t, --is-text                      If you want to hide a text or an image
  -s, --text <TEXT>                  The text you want to hide [default: ]
  -n, --n-characters <N_CHARACTERS>  Number of characters you want to reveal [default: 16]
  -h, --help                         Print help
  -V, --version                      Print version

About

Implementation of the Least-Significant Bit steganography method in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages