Dash:
[t2.git] / package / security / libmcrypt / libmcrypt.desc
blob34799873941059a17d830ec7e2551ad8174866bb
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/libmcrypt/libmcrypt.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
5 [COPY] 
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
8 [COPY] 
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] A library for encryption. It can be built into PHP
15 [T] mcrypt is intended to be a replacement of the old unix
16 [T] crypt(1) under the GNU General Public License. Unix Crypt(1)
17 [T] was a popular(?)  file encryption program in unix boxes. It
18 [T] was based on the enigma encryption algorithm but it was
19 [T] considerable trivialized. Since this was not adequate, even
20 [T] for individual privacy needs, I decided to create a similar
21 [T] program using some modern block encryption algorithms. Mcrypt
22 [T] also has a compatibility mode with unix crypt(1) and with
23 [T] solaris des(1). It supports all the algorithms and modes
24 [T] found in libmcrypt and it is very extendable. At the time
25 [T] writing this, it supports the algorithms: BLOWFISH, TWOFISH,
26 [T] DES, TripleDES, 3-WAY, SAFER, LOKI97, GOST, RC2, MARS,
27 [T] RIJNDAEL, SERPENT, CAST, ARCFOUR and WAKE.  Block algorithms
28 [T] are implemented in modes: CFB, CBC, CTR, ECB, OFB (8 bit and
29 [T] n bit, where n is the size of the algorithm's block length).
31 [U] http://mcrypt.hellug.gr/
33 [A] Nikos Mavroyanopoulos <nmav@hellug.gr>
34 [M] The T2 Project <t2@t2-project.org>
36 [C] base/library
37 [F] CROSS
39 [L] LGPL
40 [S] Stable
41 [V] 2.5.8
42 [P] X -----5---9 160.900
44 [CV-FLAGS] ODD-STABLE
45 [D] 3e98f65d4e0e061ee0d41fbf7c8e115888aeeaba19651865c2800a37 libmcrypt-2.5.8.tar.bz2 http://download.sourceforge.net/mcrypt/