What Is UUID / GUID?
UUID (Universally Unique Identifier) is a 128-bit identifier standard designed to ensure global uniqueness in distributed systems without requiring central coordination.
GUID (Globally Unique Identifier) is Microsoft's implementation of UUID. They are essentially identical and are now used interchangeably.
UUID has multiple versions. Version 4 (v4) is the most commonly used, generated entirely from cryptographically secure random number generators (CSPRNG). This tool supports batch generation of standard UUIDv4.