[PHP] MCRYPT Help

2004-03-02 Thread "Miguel J. Jiménez"
Hi, I have the following script that encode data using 3DES, but I cannot make a script to DECODE that data because all the tries return me thwe wrong string, can anybody tell me the right script to decode the data? Copied from PHP Manual: $td = mcrypt_module_open('tripledes', '', 'ecb', ''

[PHP] mcrypt help please

2001-04-25 Thread ryan.barnett1
Does anyone know how to install the mcrypt libraries for PHP in windows? I'm running: Apache 1.3.12 PHP 4.0.2 Windows 98 I've downloaded libmcrypt-2.4.5b-win32.zip (I think that this contains everything I need.) I just need to kn