Skip to content

Rustcamp was great. Here lies the last step - a capstone project dealing with the curious phenomenon of steganography.

License

Notifications You must be signed in to change notification settings

s473573/rust-capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stool: a Steganography Tool 🎭

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.

Features

  • 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.

How to Use Stool

  1. Clone the Repository:

    git clone https://github.com/s473573/rust-capstone.git
  2. Navigate to the Project Directory:

    cd rust-capstone
  3. Compile the Project:

    cargo build --release
  4. Run it!:

    cargo run -- -k "mypass" insert image.png output.png "literally a secret"

Upcoming Features

  • 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.

About

Rustcamp was great. Here lies the last step - a capstone project dealing with the curious phenomenon of steganography.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages