add a Crypt_HCEMD5 class. This implements the same algorithm as the perl

Crypt::HCE_MD5 package, and should be cross-compatible with it. It provides
a secret-key based encryption algorithm possibly suitable for those who
don't have mcrypt enabled.
This commit is contained in:
Chuck Hagenbuch 2000-11-06 22:33:09 +00:00
parent 6f0014982d
commit 65150b8512

View File

@ -11,6 +11,7 @@ peardir=$(PEAR_INSTALLDIR)
PEAR_SUBDIRS = \ PEAR_SUBDIRS = \
Benchmark \ Benchmark \
Crypt \
Date \ Date \
DB \ DB \
File \ File \
@ -24,6 +25,7 @@ PEAR_SUBDIRS = \
PEAR_FILES = \ PEAR_FILES = \
Benchmark/Iterate.php \ Benchmark/Iterate.php \
Benchmark/Timer.php \ Benchmark/Timer.php \
Crypt/HCEMD5.php \
Date/Calc.php \ Date/Calc.php \
DB.php \ DB.php \
DB/common.php \ DB/common.php \