Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 34
    Using the first 8 charactors of md5 there is probably a reasonable chance of two URLs having the same hash Commented Jun 6, 2009 at 17:23
  • 2
    Yes such collision might occur, but chance is very little for random string it is about one to 4 billions, how ever if you want to have 100% unique hash which you can use as reference to database record use included class. Commented Jun 6, 2009 at 19:29
  • 2
    want to mention that const codeset may be in any arbitrary order, just to obfuscate++ Commented Jul 19, 2013 at 16:45