           SPELL=steghide
         VERSION=0.5.1
      PATCHLEVEL=1

          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
     SOURCE_HASH=sha512:66271e820d7de6de5fe485ae92d1cc1360ad336138d4a5220cfda205cfa465e1ace74e1c832d9a43a71bbbca12426d20baf6433145470f9f32880ca5bf0fea5b

         SOURCE2=steghide_0.5.1-9.diff.gz
  SOURCE2_URL[0]=http://ftp.de.debian.org/debian/pool/main/s/steghide/$SOURCE2
    SOURCE2_HASH=sha512:7d1da57aaa8ec49c9db330f949c30baa8e2bc828c5c11c302f235275ece3e176a381aeb0816dc7b77b8f9355dc8f63c7fd0f4a9d79291f62ee4dddf08a79a935

        WEB_SITE=http://steghide.sourceforge.net
         ENTERED=20020209
      LICENSE[0]=GPL
        KEYWORDS="crypto"
           SHORT="A steganography program"
cat << EOF
Steghide is a steganography program which embeds a secret message 
in a cover file by replacing some of the least significant bits 
of the cover file with bits of the secret message. After that, 
the secret message is imperceptible and can only be extracted with 
the correct passphrase. To increase invisibility the hidden bits 
are encrypted (using the blowfish encryption algorithm) and 
pseudo-randomly spread through the stego file. To verify the integrity 
of the embedded message during extraction, a crc32 checksum is 
embedded with the message. 

Steghide is able to embed data in JPEG, BMP, WAV, and AU files.
EOF
