I need to pass a single variable in a querystring from one application (in PHP) to another (in ASP.NET). It's a one way transfer...That is I need to encrypt it in PHP and decrypt it in ASP.NET (c#).

I'm barely a newbie on PHP and I'd like not to have to do more than add a tag to the page that needs to do the passing.

The data will be anywhere from 5 - 15 characters..only letters and numbers.

Thanks!

link|flag

60% accept rate
You will need to do more than that. What are you trying to do? – SLaks Mar 21 at 15:23
I don't understand your question...My question says it all. I want to encrypt a querystring variable on the php side and decrypt it on the asp.net side. It's low security Anyway I figured it out – Paul Mar 21 at 16:01

1 Answer

hey.. u figured it out? what algorithm did you use? something with a private key?

link|flag

Your Answer

 
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.