Crates.io | stegomage |
lib.rs | stegomage |
version | 0.1.0 |
source | src |
created_at | 2023-05-25 17:22:32.988421 |
updated_at | 2023-05-25 17:22:32.988421 |
description | A simple package that helps you steganographically embed secret messages in images! |
homepage | https://github.com/kamali-sina/stegomage |
repository | https://github.com/kamali-sina/stegomage |
max_upload_size | |
id | 874436 |
size | 27,036 |
A rust binary package that embeds secret messages in files for you.
Simply run:
cargo install stegomage
to install the package.
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>