hehe... md5 is a 128bit number. It shows as a 32 character sequence because hex number are 4 bits (0-15), so 128/4 = 32. If you want to know the exact number of combinations, just get 2^128, which is 340282366920938463463374607431768211456, or 3.4 * 10^38, or in other words, a helluva number of possibilities.
On Fri, Jul 11, 2008 at 11:04 AM, Gordon Stewart <[EMAIL PROTECTED]> wrote: > On 7/12/08, James Keeline <[EMAIL PROTECTED]> wrote: >> >> --- Gordon Stewart <[EMAIL PROTECTED]> wrote: > >> > From that, I can calculate how many billion billion combos... > (...) -- Bruno Lustosa <[EMAIL PROTECTED]> ZCE - Zend Certified Engineer - PHP! http://www.lustosa.net/
