GUID Generator
About GUIDs:
- 1. A GUID is a 128-bit identifier used to uniquely identify objects in distributed systems.
- 2. It aims for uniqueness across time and space.
- 3. Common uses: database keys, device/file/app identifiers.
- 4. Typically represented as 32 hex digits in 5 groups separated by hyphens.
- 5. Widely supported across networks and operating systems.