UUID GENERATOR

UUID'S :: 8-4-4-16 Format

236D112C-D3B5-79E1-65560047F2B78A7D
236D113C-0B12-DFA4-74CC564110435115

UUID'S :: Microsoft 8-4-4-4-12 Format

236D114C-BABD-1F49-02B7-0CE018FF0A22
236D115B-C946-27EC-FE7D-A8E81565330F

ALWAYS be sure you are receiving UUID's from a NON-CACHED Page! Hit SHIFT-RELOAD

Need a crapload of UUID's at once!? Mass Production!

What Wikipedia has to say about UUID's

A Universally Unique Identifier is an identifier standard used in software construction, standardized by the Open Software Foundation (OSF) as part of the Distributed Computing Environment (DCE). The intent of UUIDs is to enable distributed systems to uniquely identify information without significant central coordination. Thus, anyone can create a UUID and use it to identify something with reasonable confidence that the identifier will never be unintentionally used by anyone for anything else. Information labelled with UUIDs can therefore be later combined into a single database without needing to resolve name conflicts. The most widespread use of this standard is in Microsoft's Globally Unique Identifiers (GUIDs) which implement this standard. Other significant users include Linux's ext2/ext3 filesystem, LUKS encrypted partitions, GNOME, KDE, and Mac OS X, all of which use implementations derived from the uuid library found in the e2fsprogs package.

A UUID is essentially a 16-byte (128-bit) number. In its canonical form a UUID may look like this:

550e8400-e29b-41d4-a716-446655440000

These 32 characters (exculding hyphens) occupy only 16 bytes because each hexadecimal character needs only 4 bits (half a byte, or a nibble) to specify it.

The number of theoretically possible UUIDs is therefore 2128 = 25616 or about 3.4 × 1038. This means that 1 trillion UUIDs have to be created every nanosecond for 10 billion years to exhaust the number of UUIDs.

UUIDs are documented as part of ISO/IEC 11578:1996 "Information technology -- Open Systems Interconnection -- Remote Procedure Call (RPC)" and more recently in ITU-T Rec. X.667 | ISO/IEC 9834-8:2005 (freely available). The IETF has published Proposed Standard RFC 4122 that is technically equivalent with ITU-T Rec. X.667 | ISO/IEC 9834-8.