commit: horde/lib Secret.php

avsm@horde.org avsm@horde.org
5 Feb 2001 20:18:08 -0000


avsm        2001/02/05 12:18:08 PST

  Modified files:
    lib                  Secret.php 
  Log:
  Switch from MCRYPT_BLOWFISH to MCRYPT_GOST, which should solve the segfault
  problem that people have been experiencing when logging in.
  
  libmcrypt-2.4.9 broke back-compat due to an endian-ness problem in blowfish,
  and PHP-4.0.4pl1 doesn't work with it anymore.  The problem is fixed in
  PHP-4.0.5-dev, so this is a temporary measure to avoid everyone having to
  upgrade to latest CVS (which is somewhat unstable for at the moment!)
  
  This can be reverted to BLOWFISH when everything is stable again.  Btw,
  GOST is the "Gosudarstvennyi Standard" from the former USSR.  Cool, huh?
  
  Revision  Changes    Path
  1.5       +3 -3      horde/lib/Secret.php