Is it possible to decrypt and view ViewState values?

前端 未结 3 995

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:45

    Please take a look into here How to decode viewstate I have provided full source code to get StateBag from viewstate string. Encrypted states are also possible to decrypt using same method but assigning keys.

提交回复
热议问题