stegomage

Crates.iostegomage
lib.rsstegomage
version0.1.0
sourcesrc
created_at2023-05-25 17:22:32.988421
updated_at2023-05-25 17:22:32.988421
descriptionA simple package that helps you steganographically embed secret messages in images!
homepagehttps://github.com/kamali-sina/stegomage
repositoryhttps://github.com/kamali-sina/stegomage
max_upload_size
id874436
size27,036
Sina Kamali (kamali-sina)

documentation

README

stegomage

A rust binary package that embeds secret messages in files for you.

How to install

Simply run:

cargo install stegomage

to install the package.

How to use

You can encode an image using the command below:

stegomage -e -i <path-to-image>

And you can decode an image using this command:

stegomage -d -i <path-to-image>
Commit count: 23

cargo fmt