summaryrefslogtreecommitdiffstats
path: root/crypto/ccrypt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ccrypt/DETAILS')
-rwxr-xr-xcrypto/ccrypt/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/ccrypt/DETAILS b/crypto/ccrypt/DETAILS
new file mode 100755
index 0000000000..354a04a44e
--- /dev/null
+++ b/crypto/ccrypt/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=ccrypt
+ VERSION=1.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/$SOURCE
+ MD5[0]=7cddb4c464f4ef0e18cfb59f47da0f1e
+ WEB_SITE=http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
+ MAINTAINER=hgr@vabo.cz
+ ENTERED=20020929
+ UPDATED=20020929
+ LICENSE[0]=GPL
+ SHORT="ccrypt - secure encryption and decryption of files and streams"
+cat << EOF
+ccrypt is a utility for encrypting and decrypting files
+and streams. It was designed as a replacement for the
+standard unix crypt utility, which is notorious for using
+a very weak encryption algorithm. ccrypt is based on the
+Rijndael cipher, which is the U.S. government's chosen
+candidate for the Advanced Encryption Standard (AES). This
+cipher is believed to provide very strong security.
+EOF