[COLUG] Enterprise Two Factor Authentication

Jim jep200404 at columbus.rr.com
Tue Mar 13 17:44:25 EST 2007


Earlier I wrote:

>    $md5 = getOTP64(md5("$i$otphash"),TRUE);

Oops, of course I meant: 

   $md5 = getOTP64(md5("$i$otphash",TRUE));

Might as well pass "$i$otphash" directly to getOTP64 
and let encode() do md5(). 



More information about the colug432 mailing list