Date: 07/25/02
- Next message: Mark Middleton: "[PHP-DB] Pulling the Enum Values from MySQL"
- Previous message: Larentium: "[PHP-DB] 3DES"
- In reply to: Larentium: "[PHP-DB] 3DES"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Next message: Mark Middleton: "[PHP-DB] Pulling the Enum Values from MySQL"
- Previous message: Larentium: "[PHP-DB] 3DES"
- In reply to: Larentium: "[PHP-DB] 3DES"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

