Click "Generate" to create UUIDs
About This Tool
UUID (Universally Unique Identifier) is a 128-bit identifier used in software development. Version 4 UUIDs are generated using random numbers per RFC 4122. The v1-style option is time-based but not RFC-compliant — it packs the current timestamp with random bytes instead of the RFC 4122 v1 Gregorian timestamp, clock sequence, and node fields. This tool uses the Web Crypto API for secure random number generation.