This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] outguess 0.2 -- Universal Steganographic tool for PNM and JPG files


Included in Debian stable:

    http://packages.debian.org/unstable/outguess

Jari

sdesc: "Universal Steganographic tool for PNM and JPG files"
ldesc: "OutGuess is a universal steganographic tool that allows the insertion
of hidden information into the redundant bits of data sources. The
nature of the data source is irrelevant to the core of OutGuess. The
program relies on data specific handlers that will extract redundant
bits and write them back after modification. In this version the PNM
and JPEG image formats are supported."
category: Security
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/outguess/outguess-0.2-1-src.tar.bz2 \
    http://cygwin.cante.net/outguess/outguess-0.2-1.tar.bz2 \
    http://cygwin.cante.net/outguess/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir outguess ; cd outguess
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/outguess/get.sh \
          http://cygwin.cante.net/outguess/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]