From 65150b851229986b1a8b3d4fcc3f87d884679741 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 6 Nov 2000 22:33:09 +0000 Subject: [PATCH] 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. --- pear/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pear/Makefile.in b/pear/Makefile.in index 6f6cb8f18e..6eccefdcfd 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -11,6 +11,7 @@ peardir=$(PEAR_INSTALLDIR) PEAR_SUBDIRS = \ Benchmark \ + Crypt \ Date \ DB \ File \ @@ -24,6 +25,7 @@ PEAR_SUBDIRS = \ PEAR_FILES = \ Benchmark/Iterate.php \ Benchmark/Timer.php \ + Crypt/HCEMD5.php \ Date/Calc.php \ DB.php \ DB/common.php \ -- 2.50.1