summaryrefslogtreecommitdiffstats
path: root/crypto/ccrypt/DETAILS
blob: 9278fb7b9bfd62e9b6c2924e0f3bb6571b9b9b6e (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.7
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/$SOURCE
     SOURCE_HASH=sha512:113cd35d17ddc42d94a4d16ba1ea0aa5460bc3df095dc01eee82d67c061d98e23f8b9ba103199a676b4020a0bb7b9ee59eee48678e81c5b26bc23f55ee6ca01a
        WEB_SITE=http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
         ENTERED=20020929
      LICENSE[0]=GPL
        KEYWORDS="streaming crypto"
           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