Hi guys,
I was wondering if its possible to encode a server uri or something inside a file, then decode it when its needed before httpwebrequest. The reason for this is my applciation sends post data using ssl to a server then the server returns a *Sensitive* URI back to my application to send the secure data to but the URI and data is veri easily viewable in memory once the response is sent back. im not sure if using GC.Collect after httpwebrequest would clear it. but id like to try encrypting the server URI as it would come in use anyway.
i read about Cryptography namespace, but im not sure if this would work for what i need.
Thanks!
I was wondering if its possible to encode a server uri or something inside a file, then decode it when its needed before httpwebrequest. The reason for this is my applciation sends post data using ssl to a server then the server returns a *Sensitive* URI back to my application to send the secure data to but the URI and data is veri easily viewable in memory once the response is sent back. im not sure if using GC.Collect after httpwebrequest would clear it. but id like to try encrypting the server URI as it would come in use anyway.
i read about Cryptography namespace, but im not sure if this would work for what i need.
Thanks!
Comment