On Mon, 2004-02-09 at 12:36, craig wrote: > Hi all, > I have to replicate the file encryption of a desktop bound > application. This means using triple DES, but I can't find > anything on the web or in the maunual (other than single > DES).
The mcrypt[1] module will do triple DES as well as stronger encryption methods. In the manual it is referred to as 3DES. [1] http://www.php.net/mcrypt -- Adam Bregenzer [EMAIL PROTECTED] http://adam.bregenzer.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php