Category Archives: Utilities

Two-factor Authentication on Mobile Devices

Lately I’ve been researching this more than usual partly due to building some services in Windows Azure where I want to provide secure and authenticated access. (And I don’t consider myself competent to build a fully hardened solution from scratch just because I know what hashing and salting of passwords means.) While looking into this I came across a nifty product series called YubiKey from http://www.yubico.com, and wanted to share some thoughts on these. If you’ve visited my blog before you might have noticed I’ve already covered client certificates a few times, which of course also meets the definition of two-factor, but this time around we’re looking at hardware for providing the additional factor.
(…)
Yubico is a company that provides key fobs/code generators that you can either integrate with your own systems, or use out-of-the-box for existing online services like LastPass, Google Apps, etc. To authenticate when using a YubiKey you have to provide both a password, (or pin code), and a uniquely generated password in addition to the user name. This concept in itself is nothing new, and the most well-known company in this space is probably RSA whom I gather a lot if IT Pros have come across a few times before already. There’s also a number of banks who provide key fobs for consumers to use for accessing their online banking services (often a non-branded type of key) – so pretty much everyone knows what it is more or less even though they aren’t necessarily exposed to all the technical details.

EAS MD – Spring 2012 Updates

Short description of, and a few screenshots, of the latest updates to the EAS MD utilities.
Now with support for WBXML output in both versions, and WBXML encoding and decoding in the desktop client.

EAS MD – Looking to The Clouds

I’ve grown quite fond of my EAS MD utility, and it’s also been great fun sharing the code powering it for the past weeks/months. When I originally started out coding it I was fueled by what I felt were shortcomings in the official diagnostic utility provided by Microsoft; http://testexchangeconnectivity.com. It only supported Exchange 2003 protocol level, had no means of dealing with security policies, and in general didn’t provide a whole lot of options. It worked OK, but not for the scenarios I wanted to test.

When you’re a programmer at heart this means there might come a moment when you get a feeling of “why not build what I want myself instead of accepting the tools available as is”. Not to mention that other people aren’t going to accept your “whining” either and will eventually challenge you to do better. (I wasn’t pressured by anyone else than myself when it came to this issue though.)

(…)

Today I have come full circle, returning to where we started, and present a web version of EAS MD to you :)

RSS for Posts RSS for Comments