OpenSDE Packages Database (without history before r20070)
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.

47 lines
2.0 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../libmcrypt/libmcrypt.desc
  5. [COPY] Copyright (C) 2006 The OpenSDE Project
  6. [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
  7. [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
  8. [COPY]
  9. [COPY] More information can be found in the files COPYING and README.
  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; version 2 of the License. A copy of the
  14. [COPY] GNU General Public License can be found in the file COPYING.
  15. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  16. [I] A library for encryption. It can be built into PHP
  17. [T] mcrypt is intended to be a replacement of the old unix
  18. [T] crypt(1) under the GNU General Public License. Unix Crypt(1)
  19. [T] was a popular(?) file encryption program in unix boxes. It
  20. [T] was based on the enigma encryption algorithm but it was
  21. [T] considerable trivialized. Since this was not adequate, even
  22. [T] for individual privacy needs, I decided to create a similar
  23. [T] program using some modern block encryption algorithms. Mcrypt
  24. [T] also has a compatibility mode with unix crypt(1) and with
  25. [T] solaris des(1). It supports all the algorithms and modes
  26. [T] found in libmcrypt and it is very extendable. At the time
  27. [T] writing this, it supports the algorithms: BLOWFISH, TWOFISH,
  28. [T] DES, TripleDES, 3-WAY, SAFER, LOKI97, GOST, RC2, MARS,
  29. [T] RIJNDAEL, SERPENT, CAST, ARCFOUR and WAKE. Block algorithms
  30. [T] are implemented in modes: CFB, CBC, CTR, ECB, OFB (8 bit and
  31. [T] n bit, where n is the size of the algorithm's block length).
  32. [U] http://mcrypt.hellug.gr/
  33. [A] Nikos Mavroyanopoulos <nmav@hellug.gr>
  34. [M] The OpenSDE Community <list@opensde.org>
  35. [C] base/library
  36. [L] LGPL
  37. [S] Stable
  38. [V] 2.5.7
  39. [P] X -----5---9 160.900
  40. [D] 1450526060 libmcrypt-2.5.7.tar.gz ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/libmcrypt/