summaryrefslogtreecommitdiffstats
path: root/crypto/outguess/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/outguess/DETAILS')
-rwxr-xr-xcrypto/outguess/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/outguess/DETAILS b/crypto/outguess/DETAILS
new file mode 100755
index 0000000000..1a2eb4029f
--- /dev/null
+++ b/crypto/outguess/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=outguess
+ VERSION=0.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://www.outguess.org/$SOURCE
+ MD5[0]=31c76e929f2eedc141c24f4e126cb318
+ WEB_SITE=http://www.outguess.org
+ ENTERED=20020116
+ UPDATED=20020116
+ LICENSE[0]=BSD
+ MAINTAINER=hgr@vabo.cz
+ SHORT="OutGuess is a universal steganographic tool"
+cat << EOF
+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.
+EOF