Pass encrypted querystring between php and asp.net (c#)
        Posted  
        
            by Paul
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul
        
        
        
        Published on 2010-03-21T15:14:12Z
        Indexed on 
            2010/03/21
            15:21 UTC
        
        
        Read the original article
        Hit count: 399
        
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!
© Stack Overflow or respective owner