M
Matt
Morning all.
Does anyone have code that will allow me to encrypt a URL in c# and
decrypt it in php?
Myself (c#) and a fellow developer (php) at another company have had a
great deal of problems trying to parse encrypted data in the
querystring. I'm using the DESCryptoServiceProvider and can
encrypt/decrypt on my side in c# no probs. He's using a php script and
can do they same, but we can't seem to encrypt using my c# code and
decrypt using his php script.
Has anyone encountered this before?
To make it more interesting I don't have the facilities to run php and
he doesn't have the ability to run c#!
Cheers
Does anyone have code that will allow me to encrypt a URL in c# and
decrypt it in php?
Myself (c#) and a fellow developer (php) at another company have had a
great deal of problems trying to parse encrypted data in the
querystring. I'm using the DESCryptoServiceProvider and can
encrypt/decrypt on my side in c# no probs. He's using a php script and
can do they same, but we can't seem to encrypt using my c# code and
decrypt using his php script.
Has anyone encountered this before?
To make it more interesting I don't have the facilities to run php and
he doesn't have the ability to run c#!
Cheers