Thursday, December 17, 2009

URL Encryption in ASP.NET

Security is one of the key concerns in web applications. To maintain state we use many mechanisms and Query String is also one. If Query string holds any sensitive data it may lead to SQL Injection or accessing some other user's data by just updating the Query String

Read more at http://www.dotnetfunda.com/articles/article748-url-encryption-in-aspnet-.aspx

Author: Sudhakarj21

0 comments: