I've created TransformTool, that lets you easily apply a series of encoding/decoding operations to an input. Just have a look at this example:
The input is the string:
I wonder what the Base64 encoded MD5 hash of this string's UTF-8 representation would look like?Well, here's the answer:
By simply double-clicking the relevant functions, they are applied to the input as a series of transformations. Cool eh? TransformTool also has some cool undocumented features, I'll try to put together an educational video to show them off.
You'll find the tool on codeplex: http://transformtool.codeplex.com
TransformTool is published as a ClickOnce application. That makes it very easy to install the application on Windows, but note that it requires .Net. But no worries, just go to codeplex and click download, and you should be prompted to install any missing prerequisites (you might need to use Internet Explorer for the very first install). TransformTool will be installed locally, and will be available offline. Just note that the publisher's name is used to create the folder name in the start menu. I'm the publisher, so the folder will be named "Andre N. Klingsheim."
There are many good reasons to build TransformTool as a ClickOnce .Net application. I'll give the rationale on the blog and in the documentation section for TransformTool when I find the time to do some writing again. In short, the installation is painless, and security is well taken care of since TransformTool is installed without even the most basic privileges (no access to network/file system etc).
There are a few GUI quirks that needs to be worked out. After all, it is ten years since I last built a WinForms app. So bear with me.
But, go to http://transformtool.codeplex.com and take my new tool for a spin. Let me know how it goes! :)
Superb tool. A "copy all" button would be a nice feature to streamline speed encoding and save an extra click. In addition a pointer indicating the total length of the current string would be quite useful (think, Content-length: xx)
ReplyDeleteGood work!
Glad you liked the tool! Your suggestions have been duly noted :)
ReplyDelete