> How would I produce a triple DES or 3DES password?
> I was using:
>   $passwd =  crypt($passw);
> but it is only DES.

$passwd =  crypt( crypt( crypt( $passw )));

?
hehehe

Sorry, just had to throw that out there. :p

Chris



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to