I hope this is the correct forums for this question. In my asp.net application, I use querystring parameters between pages. For example, I have a list of products and clicking on one displays another page with the product details. The product primary key
is passed as a query string parameter. Obviously I want to encrypt this information. How can I encrypt this value? Thanks in advance.
Go to the complete details ...