viewstate icon indicating copy to clipboard operation
viewstate copied to clipboard

ASP.NET View State Decoder

Results 17 viewstate issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

When I decode the _viewstate string, report TypeError: unhashable type: 'list' The string is saved in the attached txt file. [viewstate.txt](https://github.com/yuvadm/viewstate/files/6388729/viewstate.txt)

Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.7.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.3.2. Changelog Sourced from cryptography's changelog. 3.3.2 - 2021-02-07 * **SECURITY ISSUE:** Fixed a bug where certain sequences of ``update()`` calls when symmetrically encrypting very...

dependencies

Bumps [bleach](https://github.com/mozilla/bleach) from 3.2.1 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

Hi, I'm trying to decode a ViewState from `

help wanted
hacktoberfest

It would be nice to be able to decode a viewstate, change some parts of it, and then reserialize it back to base64.

enhancement
help wanted
hacktoberfest