How safe is it to use UUID to uniquely identify something (I\'m using it for files uploaded to the server)? As I understand it, it is based off random numbers. However, it s
I don't know if this matters to you, but keep in mind that GUIDs are globally unique, but substrings of GUIDs aren't.