Kleshni / Cover

JPEG steganography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cover 1.0.0

C library and console line program for JPEG steganography. Implements two algorithms:

The program also supports extraction and replacement of raw DCT coefficients.

The library requires LibJPEG 8, 9a or 9b and Nettle. The console line interface also needs Imlib2 and GnuTLS and depends on the GNU LibC extensions.

CMake is used as a build system and Doxygen is needed for documentation generation.

Build

Build the targets library and tool. On Linux: run cmake . to generate a makefile, and then make library tool.

Documentation

See the console line program documentation.

The library documentation can be found in the public header files. Build target documentation to compile HTML.

Install

Execute the target install/strip.

Links

About

JPEG steganography


Languages

Language:C 96.3%Language:CMake 2.6%Language:Python 1.1%