Is it possible to decrypt and view ViewState values?
        Posted  
        
            by Abe Miessler
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Abe Miessler
        
        
        
        Published on 2010-04-14T15:23:35Z
        Indexed on 
            2010/04/14
            15:33 UTC
        
        
        Read the original article
        Hit count: 392
        
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 by adding the <machineKey ... /> node to the web.config?
© Stack Overflow or respective owner