GithubHelp home page GithubHelp logo

monarch's Introduction

Monarch

A simple CLI tool for adding/reading secret messages on images using steganography.

Usage

  • Encode using cargo: cargo run -- encode <Path/to/image/file> -m "<your secret message>" -o <optional output file (overwrites original image if left out)>
  • Decode using cargo: cargo run -- decode <Path/to/image/file>
  • With executable just replace "cargo run --" with the executable name

Notes

Monarch uses the alpha channel to encode the message. This means that if the output image format does not support alpha channels (ie. jpeg) the message will not encode.

check out the rust image crate for a table of supported image formats. It is possible to encode and convert a jpeg to a png at the same time by just supplying Monarch with the given file extensions (eg. monarch encode <Path/to/image/file.jpeg> -m "<secret message>" -o <Path/to/image/file.png>).

Looking Forward

Modes of Steganography

Monarch will support more modes to encode messages

More Secret-y

  • Monarch should hide messages better. Current images encoded with messages won't look any different unless looking at the alpha channel (then it become obvious that something is there).
  • Randomizing the rest of the alpha values not used for the message should help as well as different better modes like using all the channels (rgba).

monarch's People

Contributors

wondermike221 avatar

Forkers

daviscodesbugs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.