Is it possible to decode EventValidation and ViewState in ASP.NET?

后端 未结 5 1199
误落风尘
误落风尘 2021-02-20 16:02

How to decode the ASP.NET EventValidation and ViewState?

5条回答
  •  感动是毒
    2021-02-20 16:15

    Create a simple windows app and use Convert.FromBase64(str) to decode ViewState data if it is not encrypted.

    Note: GridView causes encryption.

提交回复
热议问题