Well, I know this isn't strictly php, but:
How many possible calculations is there in a MD5-hash?
Math is not my strong side, and I just wonder how much effort it would take to find (as an example) this
da0f5131d42ba991e2089fc250f50cd5
if all you know is that it lies between this
00000000000000000000000000000000
and this
ffffffffffffffffffffffffffffffff
?
Is this an effort at all with the right script and modern computer equipment?
Reason I'm asking is that I'm using MD5-hashes for 3DES-keys, and I just wonder if the limitation of caracters possible would make it more vulnerable.
knutm 
