Browse Source

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.
PHP-4.0.5
Chuck Hagenbuch 26 years ago
parent
commit
65150b8512
  1. 2
      pear/Makefile.in

2
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 \

Loading…
Cancel
Save