summaryrefslogtreecommitdiffstats
path: root/crypto/rccrypt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rccrypt/DETAILS')
-rwxr-xr-xcrypto/rccrypt/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/crypto/rccrypt/DETAILS b/crypto/rccrypt/DETAILS
new file mode 100755
index 0000000000..0ee60cb3c2
--- /dev/null
+++ b/crypto/rccrypt/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=rccrypt
+ VERSION=1.6
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
+ SOURCE_URL[0]=http://www.ricksoft.co.uk/downloads/rccrypt/$SOURCE
+ MD5[0]=36658ef39e5ed14de7ec16f09bf72bcb
+ WEB_SITE=http://www.ricksoft.co.uk/downloads/rccrypt/rccrypt.htm
+ ENTERED=20030909
+ UPDATED=20030909
+ LICENSE[0]=GPL
+ SHORT="rccrypt can be used to encrypt or decrypt data using the RC5"
+cat << EOF
+RC-Crypt can be used to encrypt or decrypt data using the RC5 algorithm.
+It operates on 128-bit data blocks, adding random characters for padding if necessary.
+The key size can be chosen by the user, but 64 bits or greater is recommended.
+It has many input/output options, making it suitable for embedding into scripts.
+EOF