]> granicus.if.org Git - php/commitdiff
add a Crypt_HCEMD5 class. This implements the same algorithm as the perl
authorChuck Hagenbuch <chagenbu@php.net>
Mon, 6 Nov 2000 22:33:09 +0000 (22:33 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Mon, 6 Nov 2000 22:33:09 +0000 (22:33 +0000)
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

index 6f6cb8f18e908f17cfcaf9399f624bc4b073af6c..6eccefdcfd47d7e29b4e7e67530df897fcb312c9 100644 (file)
@@ -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 \