          MODULE=libmcrypt
         VERSION=2.5.8
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=$SFORGE_URL/mcrypt/
      SOURCE_VFY=sha256:e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e
        WEB_SITE=http://mcrypt.hellug.gr/#_libmcrypt
         ENTERED=20011123
         UPDATED=20070220
           SHORT="libmcrypt implements all the algorithms and modes found in mcrypt"

cat << EOF
Libmcrypt is a library which provides a uniform interface to several symmetric
encryption algorithms. It is intended to have a simple interface to access
encryption algorithms in ofb, cbc, cfb, and ecb modes.
The algorithms it supports are DES, 3DES, RIJNDAEL, Twofish, IDEA, GOST,
CAST-256, ARCFOUR, SERPENT, SAFER+, and more. The algorithms and modes are also
modular so you canadd and remove them on the fly without recompiling the
library.
EOF
