summaryrefslogtreecommitdiffstats
path: root/crypto/pad/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pad/DETAILS')
-rwxr-xr-xcrypto/pad/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/pad/DETAILS b/crypto/pad/DETAILS
new file mode 100755
index 0000000000..c7f21c4b52
--- /dev/null
+++ b/crypto/pad/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pad
+ VERSION=1.0.4
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.lammah.com/pad/$SOURCE
+ MD5[0]=bfc85e369d84b1de0814ca4083e97f4b
+ WEB_SITE=http://www.lammah.com/pad/
+ ENTERED=20020926
+ UPDATED=20020926
+ LICENSE=GPL
+ MAINTAINER=hgr@vabo.cz
+ SHORT="pad - command-line utility to perform PAD encryption/decryption"
+cat << EOF
+PAD is a small command-line utility to separate one file into multiple files, each indistinguishable from white noise, and put them back together into the original.
+EOF