Re: [PHP-DB] 3DES From: Chris Boget (chris <email protected>)
Date: 07/25/02

> 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