           SPELL=steghide
         VERSION=0.5.1
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:66271e820d7de6de5fe485ae92d1cc1360ad336138d4a5220cfda205cfa465e1ace74e1c832d9a43a71bbbca12426d20baf6433145470f9f32880ca5bf0fea5b
        WEB_SITE=http://steghide.sourceforge.net
         ENTERED=20020209
         UPDATED=20020320
      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
