bigbite chu - 2008-12-12

hi,

I'm now developing a project that local applications send encrypted data to a php webpage and then decrypt the data for further use.

First, I tried to load libmcrypt.dll in local application , do encrypt / decrypt , it works find.

But when I send the encrypted data to remote PHP webpage, the decrypted data is not the original one.

Any clue?