Stool is a [Work In Progress] steganography tool that enables you to hide your most private secrets within the funny pictures you find on the interwebs. Built in Rust to provide you that sweet performance and safety.
- Command-line Interface: Easily embed text into images in your terminal, or hook it up in a shell script!
- Encryption: Secure your secret providing a passphrase. ChaCha20 cipher ready to serve your crypto-anarchic needs.
-
Clone the Repository:
git clone https://github.com/s473573/rust-capstone.git
-
Navigate to the Project Directory:
cd rust-capstone
-
Compile the Project:
cargo build --release
-
Run it!:
cargo run -- -k "mypass" insert image.png output.png "literally a secret"
- Additional image steganography methods: like that clever one which uses JPEG pixel block representation
- Different steganography formats: making possible to hide data inside other general data!
- GUI Interface: making the tool accessible to everyone.