0
kicks
How to make your querystring more secure with encryption in asp.net 2
QueryString can be insecure, what happens if a malicious user try to modify it to access some protected resource? To avoid querysrting tampering a solution can be the encryption, in this way the user is not able to manipulate querysrting anymore, and the application is more secure.