Is it possible to decrypt and view ViewState values?

前端 未结 3 1188
南笙
南笙 2020-12-18 01:26

I know there are tools out there that will let you see the content of asp.net viewstate. Is it possible to see and modify the content of viewState if it has been encrypted

3条回答
  •  自闭症患者
    2020-12-18 01:40

    Edit: Here's a new link for an online viewstate decoder, since the original one is no longer available.

    https://www.httpdebugger.com/Tools/ViewstateDecoder.aspx

    Original:

    I like this view state decoder. Very easy to use.

    removed outdated link

    enter image description here

提交回复
热议问题