#steganography #image #codec #command-line-interface #cli #decoding #messages

bin+lib stegan

A command line interface for encoding and decoding images with messages

2 releases

0.0.5 Apr 16, 2019
0.0.1 Apr 15, 2019

#28 in #steganography

MIT license

7KB
87 lines

Crates.io

Stegan

A command line interface for encoding and decoding images with messages.

Features

Encodes images with a hidden message

Decodes images with a hidden message and then prints it out.

Installation

Via Cargo

cargo install stegan

Usage

Stegan 0.0.5
Von Mbah <vonchude@gmail.com>
A command line interface for decoding and encoding images with hidden messages.

USAGE:
    stegan.exe [FLAGS]

FLAGS:
    -d, --decode     Decodes an image with a hidden message.
    -e, --encode     Encodes an image with a hidden message.
    -h, --help       Prints help information
    -V, --version    Prints version information

Dependencies

~33MB
~471K SLoC