Cheap Two Factor Authentication

Security authentication relies upon three factors: what you know, what you are, and what you have. What you know: the canonical example of this is a password. It’s something you know: something you’ve memorized and, when asked, you can repeat it. This is a PIN number on an ATM card, or the answer to things [...]

Filed under: Algorithms, Commentary | Posted on October 18th, 2007 by William Woody | 3 Comments »

I think the wave of the future…

I’ve been giving some thought as to what I think the wave of the future will be, in part because if I were to come up with a good idea for a product, I’d contemplate leaving here in a heartbeat and go build whatever it is I think will be the wave of the future. [...]

Filed under: Commentary | Posted on October 10th, 2007 by William Woody | 1 Comment »

Today’s WTF? moment is brought to you by Yahoo!

Today’s WTF? moment, found in some code I’m trying to sort out: (specific actual implementation hidden to protect the clueless) private static void method(ItemInterface interface) { ItemImplementation impl; if (item instanceof ItemImplementation) { impl = (ItemImplementation)interface; } else { return; } some action on impl } Here’s the thing. An interface provides an abstraction to [...]

Filed under: Java | Posted on October 3rd, 2007 by William Woody | 3 Comments »

Categories

Archive

Links

Meta

Copyright © 2010 William Edward Woody. All rights reserved.

Theme modified from the original Tech Blue, designed by Hive Designs • Ported by Free WordPress Themes and Linux Web Hosting