summaryrefslogtreecommitdiffstats
path: root/crypto/steghide/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/steghide/DETAILS')
-rwxr-xr-xcrypto/steghide/DETAILS26
1 files changed, 26 insertions, 0 deletions
diff --git a/crypto/steghide/DETAILS b/crypto/steghide/DETAILS
new file mode 100755
index 0000000000..281198b380
--- /dev/null
+++ b/crypto/steghide/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=steghide
+ VERSION=0.5.1
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]=745323abfff43ccabe203822609184a0
+ WEB_SITE=http://steghide.sourceforge.net
+ MAINTAINER=hgr@vabo.cz
+ ENTERED=20020209
+ UPDATED=20020320
+ LICENSE[0]=GPL
+ 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