[sork] Re: Re[3]: [dev] commit please

Eric Rostetter eric.rostetter at physics.utexas.edu
Fri Dec 6 22:14:41 2002


Quoting Anton Nekhoroshikh <anton@valuehost.ru>:

> cvs diff Driver.php (in directory C:\projects\valuehost\horde\passwd\lib\)
> Index: Driver.php
> ===================================================================
> RCS file: /repository/passwd/lib/Driver.php,v
> retrieving revision 1.7
> diff -r1.7 Driver.php
> 100d99
> <                 $encrypted = substr($encrypted, 7);
> 101a101,103
> >               if(preg_match('/^\$1\$(.*)\$(.*)/',$encrypted,$match)){
> >                $salt='$1$'.$match[1].'$';
> >               }
 
Looks like the idea is to be able to support variable length salts, while
the current code only supports 2-byte salts?  Is this the intent?

I'm posting this to the mailing list for open comments.  Anyone using this
stuff please let me know what you think.

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the sork mailing list