pqstego - Perturbed quantization steganography
Copyright (C) 2008 Christian Kuka

=========================================================

INTRODUCTION
PQStego is a console tool for embedding secret messages in 
JPEG images using libpqstego.

USAGE
    Capacity:
        pqstego -c cover.jpg

    Embedding:
        pqstego -e -p "password" message.txt cover.jpg

    Extracting: 
        pqstego -x -p "password" stego.jpg message.txt

=========================================================
COPYRIGHT

    Please read the `COPYRIGHT' file for copyright and 
    warranty information.

    Send comments, bug reports, suggestions, etc. to:

      Christian Kuka <ckuka@madkooky.de>
