Browse Source

alan.rock@glaramara.freeserve.co.uk:

New package libmcrypt
libmcrypt is a replacement for the old UNIX crypt(1) program.
It can be used with PHP


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1248 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
03c10d0db9
2 changed files with 54 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +53
    -0
      package/alanw/libmcrypt/libmcrypt.desc

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -3,6 +3,7 @@
- added bash version checkk to System-Check
- Daniel Jahre: merged first parts for realtime (RTAI) support
- Alan J. Wylie: added libmcrypt
*) 2003-08-29 (2.0.0-rc1 - 2.0.0-rc2)

+ 53
- 0
package/alanw/libmcrypt/libmcrypt.desc

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

Loading…
Cancel
Save