A UUID (Universally Unique Identifier) is a 128-bit identifier used to uniquely identify information in distributed systems. UUID v4 is randomly generated and has an extremely low collision probability.
This tool uses crypto.randomUUID() or crypto.getRandomValues() which are cryptographically secure random number generators provided by the browser.
Yes. All UUIDs are generated entirely in your browser. No data is sent to any server.