This is a C# wrapper for the Technorati API recently released. It's a simple thing, leaving a lot to the calling application (putting the resulting strings into the desired form, nice error trapping, etc.), but adequate for most purposes. There is also a simple form application for testing. You will need to get your own key from Technorati and set the 'TechnoratiAPIKey' value in the application before using it.
Technorati_Net_v092.zip
UPDATE: v0.9.2 adds search capabilities. Proxy still untested.
Technorati_Net_v091.zip
UPDATE: v0.9.1 does some clean-up, and adds proxy capabilities ... theoretically. I don't have a proxy at the
moment, so it's currently untested.
With the constantly expanding number of passwords I'm required to have,
I was given four choices:
So, of course, I chose option 5, "none of the above".
The Hashinator (hat tip to Strong Bad) lets you repeatably generate a seemingly random sequence of characters, optionally specific to a site or machine, from the same, or a small set of, relatively simple passwords (avoids dictionary attacks).
It allows you to dump the resulting string to the clipboard for pasting into whatever password field is appropriate without ever seeing the actual string, and an additional method for clearing it from the clipboard (avoids people looking over your shoulder or poking around your machine while you're off getting another caffeine injection).
Hashinator_v.1.0.zip
Initial release.