ASP.NET ViewState Helper is an application designed to help all web developers, but has specific features to aid ASP.NET developers track ViewState issues. In real-time you can see your web pages being analyzed while you browse to them using Internet Explorer 6.0 or higher. ASP.NET ViewState Helper gives you very detailed information to help you optimize your web application's performance.
Double-clicking on any URL in the list will bring up the ViewState decoder window. If the page you double-clicked on contains a ViewState, it will be decoded into plain text, and also broken down into a tree-view for easy analysis.
I have updated the HashTools page with v0.3. This version adds support for SHA256, SHA386 and SHA512 hashes. There are also a few minor interface tweaks as well, to deal with the longer hashes generated with these algorithms. This brings the total hash types generated up to 5.
If you have any requests that you would like to see incorporated into the next version of HashTools just drop me a line. You can get my contact information from the Contact page.
The first public release of HashTools (v0.2) has been posted here. HashTools is a simple application that allows you to generate hashes from files. Currently v0.2 only generates SHA1 hashes.