
December 24th, 2003, 12:17 PM
|
 |
Doggie
|
|
Join Date: Jul 2003
Location: Seattle, WA
Posts: 751
  
Time spent in forums: 10 h 38 m 25 sec
Reputation Power: 11
|
|
|
36^32 (thirtysix to the power of thirtytwo) is the correct answer. Basically what you did.
When it says "E+" it means, that's how many places you move the decimal over. So roughly:
63340000000000000000000000000000000000000000000000
Big number, huh?
In SQL, for my IDs, I usually use, "id int(6) auto_increment primary key". That'll make an integer that's always unique for each record.
It is possible that two different user names return the same md5 value. But just check the uniqueness based on the md5 and not the name itself, and you should be fine.
__________________
"Science is constructed of facts as a house is of stones. But a collection of facts is no more a science than a heap of stones is a house." - Henri Poincare
|