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).


Does anyone know if it is doable to implement this using php, or if I should just tell the client that it can't be done?

TIA,
Craig

You'll need the MCRYPT module... it has DES, 3DES and whatever you want...



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

Reply via email to