Commit Graph

9 Commits

Author SHA1 Message Date
avsm
b2c41d2c05 add in a lib depend for libltdl, spotted by heko@iki.fi 2001-07-16 11:17:45 +00:00
avsm
7e1be2dd39 update to mcrypt-2.5.7 2001-06-12 16:05:55 +00:00
avsm
bf76191aee upgrade to mcrypt-2.5.6
contains locale updates
2001-05-10 22:21:21 +00:00
avsm
a646a606df put COMMENT at the top 2001-04-10 00:17:38 +00:00
avsm
e1b305a16e - update LIB_DEPENDS for new libmcrypt
- bump NEED_VERSION
- move COMMENT into Makefile
2001-03-24 01:34:45 +00:00
avsm
6bf1e99ab1 update libmcrypt library depend, spotted by inphobia.bsd@pandora.be 2001-03-06 08:34:02 +00:00
avsm
f770298716 new MASTER_SITES 2001-01-06 11:18:33 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
avsm
91cb19a468 import mcrypt-2.5.5
--

mcrypt is intended to be a replacement of the old unix crypt(1)
under the GNU General Public License. Unix crypt(1) was a popular
file encryption program in unix boxes.

It was based on the Enigma encryption algorithm but it was considerable
trivialized. Since this was not adequate, even for individual privacy
needs, mcrypt was created as a similar program using some modern
block encryption algorithms.

Mcrypt also has a compatibility mode with unix crypt(1) and with
Solaris des(1). It supports all the algorithms and modes found in
libmcrypt and it is very extendable.

At the time writing this, it supports the algorithms: BLOWFISH,
TWOFISH, DES, TripleDES, 3-WAY, SAFER, LOKI97, GOST, RC2, RC6, MARS,
IDEA, RIJNDAEL, SERPENT, CAST, ARCFOUR and WAKE.

Block algorithms are implemented in modes: CFB, CBC, ECB, OFB (8
bit and n bit, where n is the size of the algorithm's block length).
For a brief description of the algorithms and the modes look at the
mcrypt manpage (this may be out of date).  In mcrypt it is on the
user to decide which algorithm he considers best for encrypting his
data.
2000-11-27 15:56:03 +00:00