Simple steganography command line utility
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
Simple utility used for image based steganography. Encryption method is least significant byte.
To setup this project follow these simple steps.
To run this project you need copy of Python3
- npm
sudo apt-get update sudo apt-get install python3.8
- Clone the repo
git clone https://github.com/karafra/steg-utility.git
- Install python packages
pip install -r requirements.txt
CLI supports two modes (encode/decode).
Encode:
steganography -m decode -i output.png
Decode:
steganography -m encode -i input.png -o output.png -p "Super secret message"
For more examples, please refer to the Documentation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache 2.0 License. See LICENSE for more information.
Your Name - @karafro - dariusKralovic@protonmail.com
Project Link: https://github.com/karafra/steg-utility