I want to get a unique hex per unique string. As of now I am using Message Digest class but there are possibilities (very less but still) that for two unique strings, computed hex can be same. So is there any other way to do such thing so that I have unique hex for unique strings.
Thanks in advance.
Convert each character to a hex value: