summaryrefslogtreecommitdiffstats
path: root/crypto/ccrypt/DETAILS
blob: d1881fd5ae260e9384a2af287b933b9a524d5176 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=ccrypt
         VERSION=1.8
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.mathstat.dal.ca/~selinger/ccrypt/download/$SOURCE
     SOURCE_HASH=sha512:d3d9038b3a1d47ef7be37e83b99a5c341367cbe0b162623a5e985522a74948ca09c34ef3fa1317d8e4c1a0b202a1cdd47f69e09a0ac94364eaa92cae8144e0dd
        WEB_SITE=http://www.mathstat.dal.ca/~selinger/ccrypt/
         ENTERED=20020929
      LICENSE[0]=GPL
        KEYWORDS="streaming crypto"
           SHORT="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