What Is a UUID (Universally Unique Identifier)?
A UUID (Universally Unique Identifier), also known as a GUID, is a 128-bit value formatted as 32 hexadecimal digits separated by hyphens (e.g. `f47ac10b-58cc-4372-a567-0e02b2c3d479`). Version 4 UUIDs rely on cryptographically secure random numbers.
Cryptographic Randomness (Web Crypto API)
Unlike basic tools that rely on predictable `Math.random()`, OneToolBox uses the browser's native Web Crypto API (`crypto.getRandomValues`) to guarantee cryptographically secure randomness with near-zero collision probability.