I've got a problem. I been using MD5 hash as the name for images, but it's too damn long. What would you guys suggest as a shorter alternative solution?
Name:
Anonymous2009-09-15 21:23
>>46
actually, why not just use MD5 instead?
assuming you're using a hex string representation of the hash value, converting that to base 36 effectively halves its length.