I am actually working upon a project where I need to generate a unique id for unique string as input given. I have read about UUID's but the problem is I want a FIXED but unique id for a specific input and not an id which changes every new time that same input is entered . Basically, for maybe thousands of different string OF varying lengths as inputs, I need a fixed but unique id for each string input. How do I do it?

Thanks in advance.

Similar questions and discussions