Disclaimer
:warning: This is a program I made for fun. There is no guarantee of cryptographic security or data confidentiality. Please do not use this for sensitive information. If you do, you are doing so at your own risk. :warning:
Introduction
Easily encode messages in images:
|
See the examples below for more usage.
Usage
🦕 stegosaurust 0.4.3
Hide text in images, using rust.
USAGE:
stegosaurust <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
disguise mask all files in a directory using steganography [aliases: dsg]
encode encode files using steganography [aliases: enc]
help Prints this message or the help of the given subcommand(s)
Installation
From crates.io
From Source
Build and install the executable from the source code.
# to uninstall :(
Examples
The examples below assume you have installed the program (see here) and are in the repository directory (if not installed use cargo run -- instead of stegosaurust).
# how much data can we fit in an image...
|
# is there something hidden in the logo on the README?
|