mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
2.3 KiB

  1. [COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY]
  3. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. [COPY] Please add additional copyright information _after_ the line containing
  5. [COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. [COPY]
  8. [COPY] ROCK Linux: rock-src/package/alanw/libmcrypt/libmcrypt.desc
  9. [COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; either version 2 of the License, or
  14. [COPY] (at your option) any later version. A copy of the GNU General Public
  15. [COPY] License can be found at Documentation/COPYING.
  16. [COPY]
  17. [COPY] Many people helped and are helping developing ROCK Linux. Please
  18. [COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. [COPY] file for details.
  20. [COPY]
  21. [COPY] --- ROCK-COPYRIGHT-NOTE-END ---
  22. [I] A library for encryption. It can be built into PHP
  23. [T] mcrypt is intended to be a replacement of the old unix
  24. [T] crypt(1) under the GNU General Public License. Unix Crypt(1)
  25. [T] was a popular(?) file encryption program in unix boxes. It
  26. [T] was based on the enigma encryption algorithm but it was
  27. [T] considerable trivialized. Since this was not adequate, even
  28. [T] for individual privacy needs, I decided to create a similar
  29. [T] program using some modern block encryption algorithms. Mcrypt
  30. [T] also has a compatibility mode with unix crypt(1) and with
  31. [T] solaris des(1). It supports all the algorithms and modes
  32. [T] found in libmcrypt and it is very extendable. At the time
  33. [T] writing this, it supports the algorithms: BLOWFISH, TWOFISH,
  34. [T] DES, TripleDES, 3-WAY, SAFER, LOKI97, GOST, RC2, MARS,
  35. [T] RIJNDAEL, SERPENT, CAST, ARCFOUR and WAKE. Block algorithms
  36. [T] are implemented in modes: CFB, CBC, CTR, ECB, OFB (8 bit and
  37. [T] n bit, where n is the size of the algorithm's block length).
  38. [U] http://mcrypt.hellug.gr/
  39. [A] Nikos Mavroyanopoulos <nmav@hellug.gr>
  40. [M] Alan J. Wylie <alan.rock@glaramara.freeserve.co.uk>
  41. [C] base/library
  42. [L] LGPL
  43. [S] Stable
  44. [V] 2.5.7
  45. [P] X -?---5---9 160.500
  46. [D] 1450526060 libmcrypt-2.5.7.tar.gz ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/libmcrypt/