Hello,
I am trying to figure out a way to convert a string of some unknown length into a unique value (int or string) no longer than 15 characters. Is this possible? Any thoughts or ideas?
I have been exploring various hashing algorithms and the like, btu they all produce values that are too long.
Thank you very much for your time.
I am trying to figure out a way to convert a string of some unknown length into a unique value (int or string) no longer than 15 characters. Is this possible? Any thoughts or ideas?
I have been exploring various hashing algorithms and the like, btu they all produce values that are too long.
Thank you very much for your time.