Is there a common formula that could provide a unique value for a 512 character file path, assuming one 32 bit byte per character, and possibly limiting the characters used in the names?
I know that if you just used uppercase letters alone the combination would be grossly more than a 32-bit int, but what about using an identity field with some library so that the numbers once assigned are always the same given that file path? That's an idea, but I am looking for some standard formula out there, or at least that someone had success implementing it in the real world.
BTW, I am using C#, but any language would work as an example, or link to a website.
Thanks