commit: horde/docs CHANGES horde/lib Horde.php

chuck@horde.org chuck@horde.org
6 Nov 2000 23:13:08 -0000


chuck       2000/11/06 15:13:08 PST

  Modified files:
    docs                 CHANGES 
    lib                  Horde.php 
  Log:
  Add a Secret:: class to Horde.php that provides a transparent interface to
  either the mcrypt extension (preferred) or the PEAR Crypt_HCEMD5:: class.
  
  This can now be used to set up password encryption, requiring only a shared
  key and that users have _either_ mcrypt or the PEAR libs installed.
  
  Revision  Changes    Path
  1.80      +3 -0      horde/docs/CHANGES
  1.55      +44 -4     horde/lib/Horde.php