I keep my 2 feet on the ground, and my head in the twilight zone.
Okay, I was getting very confused because I was thinking in terms of cracking (by brute force) the entire 128 bit key space (which would be monumental and require enormous storage) and not thinking of the hash functions and the fact that they are non-injective mappings.. Combined with the enormous size (cardinality) of the pure 128 bit key space i.e. 2^128 is quite significant...(i.e. collisions). Much shorter to use a set of possible hashes based on a given character set, i.e. the typical keyboard.
I'll take a look at RADIUS. I like to try and keep it secure.
Last edited by n2ize; 08-13-2011 at 03:48 AM.
I keep my 2 feet on the ground, and my head in the twilight zone.