ASP.NET: Securing ViewState Efficiently (WebProNews)
ASP.NET: Securing ViewState Efficiently (WebProNews)
Even though ViewState is unreadable by the human eye, it is nothing but a base64 encoded string that easily decodes by a piece of software like this one. With this knowledge in mind, you might want to look at how you can secure the ViewState to avoid tampering and maybe even identity theft in extreme cases. Let’s take a look on how to secure the ViewState and at the same time, keeping it