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?
Log in to post a comment.
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?