🕵️♂️ Stegano
🚀
stegano: Stegano is a powerful and versatile steganography tool designed to empower you with a wide range of image manipulation and data encryption capabilities.
📖 Table of Contents
🚀 Installation
To install stegano, use the following Cargo command:
🛠️ Usage
stegano provides three subcommands:
)
Use these subcommands to process and manipulate png images. Here are some examples:
-
Read and process 10 chunks from the image:
-
Process the image in silent mode:
-
Read chunks at different positions:
# Read 1 chunk starting from position 0 -
Encrypt an inject data in an image:
-
Decrypt, extract secrets from an image and remove the secret from the image:
🎨 Options
| Option | Description |
|---|---|
| Encryption Options | |
-i or --input |
Sets the input file for encryption. |
-o or --output |
Sets the output file for the encrypted payload (default is "output.png"). |
-k or --key |
Sets the key for payload encryption (default is "key"). |
-s or --suppress |
Suppresses output messages. |
-f or --offset |
Sets the offset (default is 10). |
-p or --payload |
Sets the payload (default is "hello"). |
-t or --type |
Sets the type (default is "PNG"). |
| Decryption Options | |
-i or --input |
Sets the input file for decryption. |
-o or --output |
Sets the output file for the decrypted payload (default is "output.png"). |
-k or --key |
Sets the key for payload decryption (default is "key"). |
-s or --suppress |
Suppresses output messages. |
-f or --offset |
Sets the offset (default is 10). |
-p or --payload |
Sets the payload (default is "hello"). |
-t or --type |
Sets the type (default is "PNG"). |
| Metadata Options | |
-i or --input |
Sets the input image file for metadata extraction. |
-n or --nb-chunks |
Read a specific number of chunks (default is 10). |
-c or --start |
Sets the index of the start chunk to read from (default 1). |
-u or --end |
Sets the index of the end chunk to stop reading at (default 11). |
-s or --suppress |
Suppresses output messages. |
🤝 Contributing
Contributions and feedback are welcome! If you'd like to contribute, report an issue, or suggest an enhancement, please engage with the project on GitHub. Your contributions help improve this crate for the community.
📄 License
This project is licensed under the MIT License.